Skip to content

fix: sharding column bug

Denis Smirnov requested to merge dtm_fix into main

We made a wrong enumeration for the new columns in projection when a system sharding column ("bucket_id") was located somewhere except the last position in the relation schema. Fixed.

Merge request reports