@@ -63,24 +63,24 @@ protected boolean hasBehavior(TestingConnectorBehavior connectorBehavior)
63
63
case SUPPORTS_JOIN_PUSHDOWN -> true ;
64
64
// Tests requires write access which is not implemented
65
65
case SUPPORTS_AGGREGATION_PUSHDOWN ,
66
- SUPPORTS_LIMIT_PUSHDOWN ,
67
- SUPPORTS_TOPN_PUSHDOWN -> false ;
66
+ SUPPORTS_LIMIT_PUSHDOWN ,
67
+ SUPPORTS_TOPN_PUSHDOWN -> false ;
68
68
69
69
// Parallel writing is not supported due to restrictions of the Exasol JDBC driver.
70
70
case SUPPORTS_ADD_COLUMN ,
71
- SUPPORTS_ARRAY ,
72
- SUPPORTS_COMMENT_ON_TABLE ,
73
- SUPPORTS_CREATE_SCHEMA ,
74
- SUPPORTS_CREATE_TABLE ,
75
- SUPPORTS_DELETE ,
76
- SUPPORTS_INSERT ,
77
- SUPPORTS_MAP_TYPE ,
78
- SUPPORTS_NEGATIVE_DATE , // min date is 0001-01-01
79
- SUPPORTS_RENAME_COLUMN ,
80
- SUPPORTS_RENAME_TABLE ,
81
- SUPPORTS_ROW_TYPE ,
82
- SUPPORTS_SET_COLUMN_TYPE ,
83
- SUPPORTS_UPDATE -> false ;
71
+ SUPPORTS_ARRAY ,
72
+ SUPPORTS_COMMENT_ON_TABLE ,
73
+ SUPPORTS_CREATE_SCHEMA ,
74
+ SUPPORTS_CREATE_TABLE ,
75
+ SUPPORTS_DELETE ,
76
+ SUPPORTS_INSERT ,
77
+ SUPPORTS_MAP_TYPE ,
78
+ SUPPORTS_NEGATIVE_DATE , // min date is 0001-01-01
79
+ SUPPORTS_RENAME_COLUMN ,
80
+ SUPPORTS_RENAME_TABLE ,
81
+ SUPPORTS_ROW_TYPE ,
82
+ SUPPORTS_SET_COLUMN_TYPE ,
83
+ SUPPORTS_UPDATE -> false ;
84
84
85
85
default -> super .hasBehavior (connectorBehavior );
86
86
};
0 commit comments