xiangfu0 opened a new pull request, #18115:
URL: https://github.com/apache/pinot/pull/18115

   ## Summary
   - add polymorphic bitwise scalar functions for int and long under 
`org.apache.pinot.common.function.scalar.bit`
   - support bit mask and bit extract aliases alongside bitwise logical and 
shift operations
   - add function registry, transform evaluator, and query runtime coverage for 
the new functions
   
   ## Testing
   - ./mvnw -pl pinot-core -am -Dtest=BitFunctionsTest,FunctionRegistryTest 
-Dsurefire.failIfNoSpecifiedTests=false test
   - ./mvnw -pl pinot-query-runtime -am -Dtest=ResourceBasedQueriesTest 
-Dpinot.fileFilter=BitFunctions -Dsurefire.failIfNoSpecifiedTests=false test
   - ./mvnw -pl pinot-common,pinot-core,pinot-query-runtime -am spotless:apply
   - ./mvnw -pl pinot-common,pinot-core,pinot-query-runtime -am checkstyle:check
   - ./mvnw -pl pinot-common,pinot-core,pinot-query-runtime -am license:format
   - ./mvnw -pl pinot-common,pinot-core,pinot-query-runtime -am license:check


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to