-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Conversation
…eature/gdv_null_type
@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); |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
Closing because it has been untouched for a while, in case it's still relevant feel free to reopen and move it forward 👍 |
No description provided.