Skip to content

Commit

Permalink
[FLINK-33781][table] Cleanup usage of deprecated TableConfig#ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyongvs authored and lsyldliu committed Dec 14, 2023
1 parent c3e2d16 commit bb02698
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void testLimitPushDown() {
TestingTableEnvironment.create(
EnvironmentSettings.newInstance().inStreamingMode().build(),
null,
new TableConfig());
TableConfig.getDefault());

env.executeSql(
"CREATE TABLE datagen_t (\n"
Expand Down

0 comments on commit bb02698

Please sign in to comment.