adriangb commented on code in PR #22347:
URL: https://github.com/apache/datafusion/pull/22347#discussion_r3263539229


##########
datafusion/datasource-parquet/src/mod.rs:
##########
@@ -34,6 +34,8 @@ mod push_decoder;
 mod reader;
 mod row_filter;
 mod row_group_filter;
+pub mod schema_coercion;
+pub mod sink;

Review Comment:
   no, no need to have them public. good catch, thank you



-- 
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]

Reply via email to