Skip to content

Commit

Permalink
Reorder connector behavior in TestPostgreSqlConnectorTest
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjian2664 authored and ebyhr committed Dec 10, 2024
1 parent 1f2249b commit 0d4f632
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ protected boolean hasBehavior(TestingConnectorBehavior connectorBehavior)
case SUPPORTS_CANCELLATION,
SUPPORTS_JOIN_PUSHDOWN,
SUPPORTS_JOIN_PUSHDOWN_WITH_VARCHAR_EQUALITY,
SUPPORTS_TOPN_PUSHDOWN,
SUPPORTS_TOPN_PUSHDOWN_WITH_VARCHAR,
SUPPORTS_MERGE,
SUPPORTS_ROW_LEVEL_UPDATE,
SUPPORTS_MERGE -> true;
SUPPORTS_TOPN_PUSHDOWN,
SUPPORTS_TOPN_PUSHDOWN_WITH_VARCHAR -> true;
case SUPPORTS_ADD_COLUMN_WITH_COMMENT,
SUPPORTS_CREATE_TABLE_WITH_COLUMN_COMMENT,
SUPPORTS_JOIN_PUSHDOWN_WITH_FULL_JOIN,
Expand Down

0 comments on commit 0d4f632

Please sign in to comment.