gianm opened a new pull request, #12754:
URL: https://github.com/apache/druid/pull/12754

   Instead of putting columns in alphabetical order. This is helpful
   because it makes query order better match ingestion order. It also
   allows tools, like the reindexing flow in the web console, to more
   easily do follow-on ingestions using a column order that matches the
   pre-existing column order.
   
   We prefer the order from the latest segments. The logic takes all
   columns from the latest segments in the order they appear, then adds
   on columns from older segments after those.


-- 
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]

Reply via email to