mkleen commented on code in PR #23857: URL: https://github.com/apache/datafusion/pull/23857#discussion_r3644496913
########## datafusion/sqllogictest/test_files/metadata.slt: ########## @@ -520,3 +520,11 @@ NULL the id field statement ok drop table table_with_metadata; + +# Test that swapped cross-join preserves metadata on conflicting values on metadata. +# The larger_table has 10 values, smaller_tables 1 value and the fields of each table +# have conflicting metadata, same key different values See test:context.rs register_conflicting_metadata_tables +query II +select * from larger_table cross join smaller_table order by left.a limit 1; Review Comment: This fails without https://github.com/apache/datafusion/pull/23605 -- 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]
