Skip to content

Commit

Permalink
Update partiql-ast/src/main/resources/partiql_ast.ion
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Cai <[email protected]>
  • Loading branch information
yliuuuu and alancai98 authored May 3, 2024
1 parent 3434ea2 commit 0c40cde
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions partiql-ast/src/main/resources/partiql_ast.ion
Original file line number Diff line number Diff line change
Expand Up @@ -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 (<id> (, <id>)* ))
// 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 (<id> (, <id>)* ))`
// 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],
},
Expand Down

0 comments on commit 0c40cde

Please sign in to comment.