mirror of
https://github.com/apache/druid.git
synced 2025-02-11 20:45:01 +00:00
Recently we've been talking about using SegmentIds as map keys rather than DataSegments, because its sense of equality is more well-defined. This is a refactor that does this in the druid-sql module, which mostly involves DruidSchema and some related classes. It should have no user-visible effects.