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

   For Pinot queries that involve heavy text matching, such as searching logs 
with long stack traces or strings, the default SQL parser identifier max length 
of 128 is inadequate. This PR increases the limit from the default of 128 
(SqlParser.DEFAULT_IDENTIFIER_MAX_LENGTH) to 1024. Currently, this maximum 
value cannot be modified through configuration, but if needed in the future, 
the public static variable that stores this value could be made configurable 
easily.


-- 
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-unsubscr...@pinot.apache.org

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


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

Reply via email to