Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Yingjian Wu committed Jan 9, 2024
1 parent 7aa38e9 commit a346de0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ public List<QualifiedName> getTableNames(
final List<String> tableNames = polarisStoreService.getTables(
name.getDatabaseName(),
"",
1000);
connectorContext.getConfig().getListTableNamesPageSize());
result.addAll(tableNames.stream()
.map(n -> QualifiedName.ofTable(name.getCatalogName(), databaseName, n))
.limit(limitSize)
Expand Down

0 comments on commit a346de0

Please sign in to comment.