gstvg commented on code in PR #12116:
URL: https://github.com/apache/datafusion/pull/12116#discussion_r1755876225
##########
datafusion/sqllogictest/src/test_context.rs:
##########
@@ -361,3 +369,893 @@ fn create_example_udf() -> ScalarUDF {
adder,
)
}
+
+fn register_union_tables(ctx: &SessionContext) {
Review Comment:
Until #10206 is fixed, I don't think so. Anyway, with the core of this PR
moved to arrow-rs, all these tests are unit tests on arrow-rs now :pray:
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]