JingsongLi commented on code in PR #336: URL: https://github.com/apache/paimon-rust/pull/336#discussion_r3278511722
########## bindings/python/src/context.rs: ########## @@ -15,21 +15,50 @@ // specific language governing permissions and limitations Review Comment: Extract UDF-related types into udf.rs and blob reader/stream types into blob.rs. Keep context.rs focused on catalog and SQLContext. -- 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]
