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

Handle list like input objects in weavaite's 'create_or_replace_document_objects' hook method #36475

Merged
merged 1 commit into from
Dec 28, 2023

Conversation

utkarsharma2
Copy link
Contributor

@utkarsharma2 utkarsharma2 commented Dec 28, 2023

Currently, in the Weavaite hook, we are not handling list-like objects but explicitly checking for list type, which leads to the error AttributeError: 'LazyXComAccess' object has no attribute 'columns'. This PR aims to fix this issue by handling list-like types.

@utkarsharma2 utkarsharma2 changed the title Handle list like input objects Handle list like input objects in weavaite's 'create_or_replace_document_objects' hook method. Dec 28, 2023
@utkarsharma2 utkarsharma2 changed the title Handle list like input objects in weavaite's 'create_or_replace_document_objects' hook method. Handle list like input objects in weavaite's 'create_or_replace_document_objects' hook method Dec 28, 2023
@utkarsharma2 utkarsharma2 merged commit 0a741b2 into apache:main Dec 28, 2023
52 checks passed
@utkarsharma2 utkarsharma2 deleted the WeavaiteListIssue branch December 28, 2023 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants