albertobastos opened a new pull request, #15565: URL: https://github.com/apache/pinot/pull/15565
Recently Multi Stage Engine [has been updated](https://github.com/apache/pinot/pull/14830) to support the `enable.case.insensitive=true` configuration and ignore case for table and field identifiers. However, this introduced some backward compatibility breaks as stated [here](https://github.com/apache/pinot/pull/14830/#issuecomment-2788228861) when user named tables as `*_realtime` or `*_offline`. Until we figure out a way to configure Calcite to ignore case but ignore the REALTIME/OFFLINE suffix, we rather revert the change and make MSE always case-sensitive again. -- 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