advancedxy opened a new pull request, #179: URL: https://github.com/apache/arrow-datafusion-comet/pull/179
## Which issue does this PR close? Closes #145 ## Rationale for this change More expr coverage ## What changes are included in this PR? 1. define new expr in proto 2. add SparkBitArray, SparkBloomFilter and BloomFilterMightContain support in the rust side 3. glue code to transform SparkPlan to proto message in JVM side and proto message to physical expr in the native side 4. add tests in both JVM and native side Note: `BloomFilterMightContain` is only available in Spark 3.3+. So we have to add a separate test directory to test that. ## How are these changes tested? Added new tests. -- 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]
