parthchandra commented on PR #4019:
URL:
https://github.com/apache/datafusion-comet/pull/4019#issuecomment-4301153108
One final word from Claude -
We lose partial acceleration for queries that can't use native_datafusion:
- Queries using input_file_name() — JVM scan + native downstream ops
- Queries with metadata columns — JVM scan + native downstream ops
- Queries with ignoreMissingFiles=true — JVM scan + native downstream ops
- Queries with row indexes or field IDs — JVM scan + native downstream ops
( I was under the impression these had been implemented).
--
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]