somu-imply commented on issue #13163: URL: https://github.com/apache/druid/issues/13163#issuecomment-1270473090
I'll add the unit test. Seems like #13173 fixes this. The query under consideration is ``` select t1.__time from foo as t1 JOIN numFoo as t2 on t1.dim2 = t2.dim2 order by t1.__time ASC ``` I'll update the unit test case with this query -- 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]
