spapin commented on PR #18587: URL: https://github.com/apache/pinot/pull/18587#issuecomment-4555872385
> hmm I thought #10600 is already resolved... no? My understanding is that there was a fix for comparing *the same* column. ``` WHERE columnA = columnA ``` This change also supports different columns ``` WHERE columnA = columnB ``` The ticket mentions the `NumberFormatException` which is rooted in the Minus operation that was previously used. Let me know if this was the wrong issue to tag. -- 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]
