parthchandra opened a new issue, #2091: URL: https://github.com/apache/datafusion-comet/issues/2091
### Describe the bug Running Iceberg integration tests with Comet enabled causes several tests to hit a NullPointerException in `CometDelegateVector.getUTF8String`. This is because the underlying `delegte` is null when this method is being called. The underlying delegate is null because there is none of the APIs of CometDelegateVector, which load the underlying Comet vector, is being called. This requires investigations, and in the meantime we need to turn lazy materialization off. ### Steps to reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- 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.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