Skip to content

Commit

Permalink
changed
Browse files Browse the repository at this point in the history
  • Loading branch information
1625567290 committed Oct 7, 2023
1 parent 1b3eda1 commit 1eaf00a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -624,8 +624,7 @@ public GenerateSqlInfo getFlinkSqlByDsNameAndEnvId(
return new GenerateSqlInfo();
}

public GenerateSqlInfo getFlinkSqlByElasticsearch(
String table, List<MetaColumnInfo> columns) {
public GenerateSqlInfo getFlinkSqlByElasticsearch(String table, List<MetaColumnInfo> columns) {
GenerateSqlInfo generateSqlInfo = new GenerateSqlInfo();
String flinkTableName = table.contains(".") ? table.substring(table.indexOf(".") + 1) : table;
String columnStr = "*";
Expand Down

0 comments on commit 1eaf00a

Please sign in to comment.