Skip to content

fix: remove sharding column from the left part of the join

Denis Smirnov requested to merge fix_join_sharding_col into main

We should not expose a sharding column (i.e. "bucket_id") for any parts of the join if the user doesn't mention it explicitly in projection. Otherwise we receive incorrect query results.

Merge request reports