Skip to content

Commit

Permalink
[apache#6493] feat(CLI): Support table format output for Schema and T…
Browse files Browse the repository at this point in the history
…able command

fix some bugs.
  • Loading branch information
Abyss-lord committed Feb 22, 2025
1 parent 2b67d23 commit bccc0c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void handle() {
printInformation("No schemas found in catalog " + catalog);
return;
}

// PERF load table may cause performance issue
Schema[] schemaObjects = new Schema[schemas.length];
for (int i = 0; i < schemas.length; i++) {
schemaObjects[i] = tableCatalog.asSchemas().loadSchema(schemas[i]);
Expand Down

0 comments on commit bccc0c1

Please sign in to comment.