From 0c40cde025da9da072d9352f387410bb8a03d8be Mon Sep 17 00:00:00 2001 From: yliuuuu <107505258+yliuuuu@users.noreply.github.com> Date: Fri, 3 May 2024 14:56:54 -0700 Subject: [PATCH] Update partiql-ast/src/main/resources/partiql_ast.ion Co-authored-by: Alan Cai --- partiql-ast/src/main/resources/partiql_ast.ion | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/partiql-ast/src/main/resources/partiql_ast.ion b/partiql-ast/src/main/resources/partiql_ast.ion index 1407f45960..13dc28aedf 100644 --- a/partiql-ast/src/main/resources/partiql_ast.ion +++ b/partiql-ast/src/main/resources/partiql_ast.ion @@ -133,10 +133,10 @@ ddl_op::[ create_table::{ name: identifier, definition: optional::table_definition, - // This is a expression for backward compatible reason - // For we support PARTITION BY ( (, )* )) - // But in the future, we might support additional paritition expression: - // such as PARTITION BY RANGE(..) + // This is an expression for backward compatibility + // For now, we support `PARTITION BY ( (, )* ))` + // But in the future, we might support additional partition expressions: + // such as `PARTITION BY RANGE(..)` partition_by: optional::partition_expr, table_properties: list::[table_property], },