You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/10/26 20:59:08 UTC

[GitHub] [pinot] walterddr commented on issue #9658: resolve Scalar/Transform/Predicate function mismatches

walterddr commented on issue #9658:
URL: https://github.com/apache/pinot/issues/9658#issuecomment-1292645687

   Initial plan
   
   step 1: able to plan
   - Find all supported keywords and register operator tables.
     - `FilterKind` enum, `TransformFunctionType` enum & aliases, `@ScalarFunction` annotated names
   - add test for usage in V2 for plan compilation and plan resolution
   
   step 2: able to run
   with step 1 we are still unable to run every combination of the SQL operator, but the design from here can be flexible, options to consider.
   - either mimic the predicate/transform/scalar categorizes 
   - register all possible in/out types aliases mapping back to impl
   - create scalar functions for each missing pieces. 
   
   This issue should address step 1 and consider #9641 for best approach for step 2


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org