Skip to content

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.

llvm::Value* LLVMGenerator::GetDataReference(llvm::Value* arg_addrs, int idx,
FieldPtr field) {
const std::string& name = field->name();
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