parthchandra opened a new pull request, #1415: URL: https://github.com/apache/datafusion-comet/pull/1415
major changes : - allow Uint64 to decimal and FixedWidthBinary to Binary conversions in complex readers - do not enable prefetch reads in tests if complex reader is enabled - fix more incompatible checks in uint_8/uint_16 tests - skip datetime rebase tests for complex readers (not supported) There may be conflicts between this and #1413 (@mbutrovich) which removes the `cast_supported` method but can be reconciled afterwards Without #1413 the failure counts are: ``` native_datafusion: Tests: succeeded 658, failed 19, canceled 4, ignored 54, pending 0 native_iceberg_compat: Tests: succeeded 662, failed 15, canceled 4, ignored 54, pending 0 ``` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org