Skip to content

Commit

Permalink
also use purified in rw_tables
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Dec 31, 2024
1 parent 6906b09 commit 7fd1ad9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fn read_rw_table_info(reader: &SysCatalogReaderImpl) -> Result<Vec<RwTable>> {
name: table.name().to_owned(),
schema_id: schema.id() as i32,
owner: table.owner as i32,
definition: table.create_sql(),
definition: table.create_sql_purified(),
append_only: table.append_only,
acl: get_acl_items(
&Object::TableId(table.id.table_id),
Expand Down

0 comments on commit 7fd1ad9

Please sign in to comment.