QuakeWang commented on code in PR #208:
URL: https://github.com/apache/paimon-rust/pull/208#discussion_r3036923034
##########
crates/integrations/datafusion/src/physical_plan/scan.rs:
##########
@@ -226,4 +277,156 @@ mod tests {
table_schema,
)
}
+
+ fn write_int_parquet_file(
Review Comment:
Fixed together with the shared test utility extraction.
write_int_parquet_file is now reused from the common test fixture module.
--
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]