kazantsev-maksim opened a new pull request, #1713: URL: https://github.com/apache/datafusion-comet/pull/1713
## Which issue does this PR close? Related to Epic: https://github.com/apache/datafusion-comet/issues/240 bit_get: SELECT bit_get(0) => 0 DataFusionComet bit_get has same behavior with Spark 's bit_get function Spark: https://spark.apache.org/docs/latest/api/sql/index.html#bit_get Closes #. ## Rationale for this change Defined under Epic: https://github.com/apache/datafusion-comet/issues/240 ## What changes are included in this PR? bitwise_get.rs: impl for bit_get function QueryPlanSerde.scala: bit_get pattern matching case has been added, bitwise.scala: The bit_get function is the last function of the bitwise expressions type from the epic: https://github.com/apache/datafusion-comet/issues/240. I moved them into a separate file, following the same approach as with the array functions. CometBitwiseExpressionSuite.scala: A new UT has been added for bit_count function. ## How are these changes tested? A new UT has been added. -- 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