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

ARROW-13568: [Gandiva] Support null data type for gandiva. #10884

Closed
wants to merge 10 commits into from

Conversation

ZMZ91
Copy link
Contributor

@ZMZ91 ZMZ91 commented Aug 5, 2021

No description provided.

@github-actions
Copy link

github-actions bot commented Aug 5, 2021

@ZMZ91
Copy link
Contributor Author

ZMZ91 commented Oct 11, 2021

@anthonylouisbsb Hi Anthony, could you help review this pr? Thanks in advance.

@@ -170,6 +170,9 @@ llvm::Value* LLVMGenerator::GetDataReference(llvm::Value* arg_addrs, int idx,
llvm::Value* load = LoadVectorAtIndex(arg_addrs, idx, name);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure. But should we add this null type to supported types so that dremio can see this null type as a supported type. there seems to be some code in llvm_types.h for supported types. But I do not know this well enough to know whether you have to add something to supported types, so that dremio knows that Gandiva can be used as a viable codegen for this.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @rkavanap. Could you involve some guy familiar with dremio and help review this? If dremio might update code correspondingly, I think the change should be small.

@amol-
Copy link
Member

amol- commented Mar 30, 2023

Closing because it has been untouched for a while, in case it's still relevant feel free to reopen and move it forward 👍

@amol- amol- closed this Mar 30, 2023
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