vanzin commented on issue #25140: [SPARK-28371][SQL] Make Parquet "StartsWith" filter null-safe URL: https://github.com/apache/spark/pull/25140#issuecomment-511050688 > Is there a test suite for the StartsWith predicate? Yes, in `ParquetFilterSuite`, but the test only hits the bad code path when you use Parquet 1.11. I don't really know how make the Parquet code call the Spark filter with a `null` in 1.10 (tried a few things to no avail). But let me see if I can call the Spark code more directly...
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
