spapin commented on PR #18587: URL: https://github.com/apache/pinot/pull/18587#issuecomment-4831709094
@xiangfu0, @yashmayya. I have updated this a bit over the week end. One important consideration: There is an API change where: `SELECT * FROM table WHERE (str_col_1 - str_col_2) < 0` fails with a type error. instead of being rewritten as a strcmp.In my opinion, this could ship depending on pinot tolerance for fixing legacy behaviors in the API that are incorrect. -- 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]
