lliangyu-lin commented on code in PR #16633:
URL: https://github.com/apache/datafusion/pull/16633#discussion_r2183648969
##########
datafusion/sqllogictest/bin/sqllogictests.rs:
##########
@@ -243,7 +243,7 @@ async fn run_test_file_substrait_round_trip(
};
setup_scratch_dir(&relative_path)?;
- let count: u64 = get_record_count(&path,
"DatafusionSubstraitRoundTrip".to_string());
+ let count: u64 = get_record_count(&path, "DataFusion".to_string());
Review Comment:
Thanks for the context! Updated to `skipif postgres`. In this case, do we
still need to change the label `Datafusion` -> `DataFusion`? Since there are no
more test files with condition `onlyif DataFusion`.
--
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]