yashmayya commented on issue #16295: URL: https://github.com/apache/pinot/issues/16295#issuecomment-3047792321
@praveenc7 since Pinot doesn't support the `VARIANT` / `UUID` types I suppose it might be alright to modify the parser generator file and comment out those reserved keywords if we want to preserve backward compatibility (this change hasn't been released yet in an official OSS release). Same for the `AS MEASURE` clause. We did add support for `ASOF` / `MATCH_CONDITION` though (https://github.com/apache/pinot/pull/15630) so that can't be changed. As for the other change (`Bracket modifiers require parentheses`), is that really relevant to Pinot given we don't have actual support for array types? cc - @Jackie-Jiang @gortiz -- 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]
