Skip to content

fix: rename [on tier] clause of create table

Alexander Kurdakov requested to merge kusancho/rename_on_tier_clause into main

Summarize the changes

Rename [on tier("tier_name")] clause of create table to [in tier "tier_name"]

Ensure that

  • New code is covered by unit and integration tests. In picodata follow-up --- picodata!1152 (merged)
  • Related to #703 (closed)
  • Public modules are documented (check the rendered version with cargo doc --open).
  • (if PEST grammar is changed) EBNF grammar reflects these changes (check the result with railroad diagram generator.

Next steps

Edited by Alexander Kurdakov

Merge request reports