vibhatha commented on code in PR #14174:
URL: https://github.com/apache/arrow/pull/14174#discussion_r1011002074
##########
cpp/src/arrow/engine/substrait/serde_test.cc:
##########
@@ -3187,5 +3043,637 @@ TEST(Substrait, IsthmusPlan) {
*compute::default_exec_context(), buf, {},
conversion_options);
}
+TEST(Substrait, CompoundEmitFilterless) {
+#ifdef _WIN32
+ GTEST_SKIP() << "ARROW-16392: Substrait File URI not supported for Windows";
+#endif
Review Comment:
@westonpace sorry I made the PR https://github.com/apache/arrow/pull/14425
and the JIRA is here, https://issues.apache.org/jira/browse/ARROW-18051
--
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]