gianm commented on PR #19239:
URL: https://github.com/apache/druid/pull/19239#issuecomment-4485672599

   > Was dropping `JavaScriptParseSpec` purely a "no one was using it" call, or 
is there a longer-term plan to phase JS out more broadly?
   
   `ParseSpec` in general had been deprecated for a long time, and in this 
release we removed all implementations. It wasn't part of a plan to phase JS 
out more broadly. Although, JS isn't generally recommended due to the lack of 
sandboxing. (The docs mention this is why it is off by default.)
   
   I think in your case you could use an expression aggregator: 
https://druid.apache.org/docs/latest/querying/aggregations/#expression-aggregator.
 The functions `bitwiseOr` and `bitwiseShiftLeft` are there.


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