mbutrovich commented on PR #2528: URL: https://github.com/apache/datafusion-comet/pull/2528#issuecomment-3439036311
Finally got all 3000+ Iceberg Java tests to run, here is my progress today: <img width="681" height="126" alt="Screenshot 2025-10-23 at 10 47 19 AM" src="https://github.com/user-attachments/assets/21ecff43-0603-402f-8795-4d42814d5eec" /> Fall back when FileScanTasks are for ORC or Avro... <img width="682" height="123" alt="Screenshot 2025-10-23 at 12 16 12 PM" src="https://github.com/user-attachments/assets/55acaf28-dd35-4b6e-b214-3146978e11c4" /> Fall back when Iceberg table spec is V3 (some of these tests actually worked natively, but in theory we shouldn't support it yet)... <img width="693" height="116" alt="Screenshot 2025-10-23 at 1 42 25 PM" src="https://github.com/user-attachments/assets/3458bd01-c182-4a86-b64f-9d2e05304c18" /> Fix explain on `CometIcebergNativeScanExec` to show pushed down filters... <img width="669" height="121" alt="Screenshot 2025-10-23 at 3 25 40 PM" src="https://github.com/user-attachments/assets/667289b6-5913-4a62-87d8-62cb591be8ac" /> It's getting there! -- 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]
