adriangb opened a new pull request, #16789: URL: https://github.com/apache/datafusion/pull/16789
This was inspired by what is already being done for partition values: https://github.com/apache/datafusion/blob/62dbebdeaa78782aa7fe357ce629684a7ec143de/datafusion/datasource/src/file_scan_config.rs#L1243-L1253 I am interested in refactoring away the current handling of partition values, but we'd loose that caching. Which made me think, what if we just added that globally? In particular I it's quite a common operation to create a null array of size `batch_size`, this would help with that. -- 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