vibhatha commented on code in PR #13914:
URL: https://github.com/apache/arrow/pull/13914#discussion_r966512257
##########
cpp/src/arrow/engine/substrait/relation_internal.cc:
##########
@@ -94,9 +135,11 @@ Result<DeclarationInfo> FromProto(const substrait::Rel&
rel, const ExtensionSet&
const substrait::ReadRel::NamedTable& named_table = read.named_table();
std::vector<std::string> table_names(named_table.names().begin(),
named_table.names().end());
- ARROW_ASSIGN_OR_RAISE(compute::Declaration source_decl,
+ ARROW_ASSIGN_OR_RAISE(compute::Declaration no_emit_declaration,
Review Comment:
Sure, we can stick to that.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]