vogievetsky opened a new pull request, #13848: URL: https://github.com/apache/druid/pull/13848
This is an upgrade to get this commit: https://github.com/implydata/druid-query-toolkit/commit/e1e4508f81aa3debf1592dc8afee23517185fed9 It fixes the issue that scan results from segments with varying schemas were not normalized correctly. The datasource `w2` has several rows from two completely different datasets ingested into one place Before: <img width="1444" alt="image" src="https://user-images.githubusercontent.com/177816/221297355-55092f9c-5435-415e-a2cb-1e6f3ae23b9f.png"> After: <img width="1076" alt="image" src="https://user-images.githubusercontent.com/177816/221297454-6fd01524-89a5-44ca-b57a-232fc449a1f3.png"> -- 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]
