mirror of
https://github.com/apache/druid.git
synced 2025-02-10 12:05:00 +00:00
* SQL: Resolve column type conflicts in favor of newer segments. Helps with schema evolution from e.g. long -> float, which is supported on the query side. * Take columns from highest timestamp instead of max segment id. * Fixes and docs.