peterxcli commented on PR #5407: URL: https://github.com/apache/datafusion-comet/pull/5407#issuecomment-5463760505
I split the current implementation into the ordered tracker #5546 with five atomic subtasks: #5547, #5548, #5549, #5550, and #5551. The first independent change is now #5552. It only preserves complete Arrow Fields through the shared native FFI export boundary; it does not add Variant type plumbing, Parquet normalization, or scan admission. I will keep #5407 as the combined implementation/review reference while the smaller stack replaces it. -- 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]
