westonpace commented on code in PR #13613:
URL: https://github.com/apache/arrow/pull/13613#discussion_r932243812
##########
cpp/src/arrow/engine/substrait/serde_test.cc:
##########
@@ -703,6 +703,11 @@ TEST(Substrait, ExtensionSetFromPlan) {
"extension_uri_anchor": 7,
"uri": ")" + substrait::default_extension_types_uri() +
R"("
+ },
+ {
+ "extension_uri_anchor": 18,
+ "uri": ")" + std::string(kSubstraitArithmeticFunctionsUri) +
Review Comment:
I'm not sure if that will make them available to python or not without the
functions though. I'll try that out later.
--
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]