Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataFrame.unregister_dataframe_by_name string return type error #2934

Closed
ajpotts opened this issue Jan 29, 2024 · 0 comments · Fixed by #3011
Closed

DataFrame.unregister_dataframe_by_name string return type error #2934

ajpotts opened this issue Jan 29, 2024 · 0 comments · Fixed by #3011
Assignees
Labels
bug Something isn't working

Comments

@ajpotts
Copy link
Contributor

ajpotts commented Jan 29, 2024

Describe the bug
DataFrame.unregister_dataframe_by_name throws a string return type error.

To Reproduce
Steps to reproduce the behavior:
df = ak.DataFrame({'col1': [1, 2, 3], 'col2': [4, 5, 6]})
df.register("my_table_name")
df.attach("my_table_name")
df.unregister_dataframe_by_name("my_table_name")

Error message:
TypeError: type of the return value must be NoneType; got str instead

ak.get_config() Output
{'arkoudaVersion': 'v2023.11.15+40.gef09a8e23',
'chplVersion': '1.32.0',
'ZMQVersion': '4.3.5',
'HDF5Version': '1.12.2',
'serverHostname': 'pop-os',
'ServerPort': 5555,
'numLocales': 1,
'numPUs': 8,
'maxTaskPar': 8,
'physicalMemory': 67260350464,
'distributionType': 'domain(1,int(64),one)',
'LocaleConfigs': [{'id': 0,
'name': 'pop-os',
'numPUs': 8,
'maxTaskPar': 8,
'physicalMemory': 67260350464}],
'authenticate': False,
'logLevel': 'INFO',
'logChannel': 'CONSOLE',
'regexMaxCaptures': 20,
'byteorder': 'little',
'autoShutdown': False,
'serverInfoNoSplash': False,
'ARROW_VERSION': '14.0.1'}

@ajpotts ajpotts added the bug Something isn't working label Jan 29, 2024
@ajpotts ajpotts self-assigned this Jan 29, 2024
ajpotts added a commit to ajpotts/arkouda that referenced this issue Feb 29, 2024
ajpotts added a commit to ajpotts/arkouda that referenced this issue Feb 29, 2024
github-merge-queue bot pushed a commit that referenced this issue Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant