Skip to content

Commit 9b2b219

Browse files
committed
Fixed the tests
1 parent f21ba79 commit 9b2b219

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ut/low_cardinality_nullable_tests.cpp

+4-3
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ TEST(LowCardinalityOfNullable, InsertAndQueryEmpty) {
122122
block.AppendColumn("words", column);
123123

124124
Client client(ClientOptions(localHostEndpoint)
125-
.SetBakcwardCompatibilityFeatureLowCardinalityAsWrappedColumn(false)
126-
.SetPingBeforeQuery(true));
125+
.SetBakcwardCompatibilityFeatureLowCardinalityAsWrappedColumn(false)
126+
.SetPingBeforeQuery(true));
127127

128128
createTable(client);
129129

@@ -141,7 +141,8 @@ TEST(LowCardinalityOfNullable, ThrowOnBackwardsCompatibleLCColumn) {
141141
block.AppendColumn("words", column);
142142

143143
Client client(ClientOptions(localHostEndpoint)
144-
.SetPingBeforeQuery(true));
144+
.SetPingBeforeQuery(true)
145+
.SetBakcwardCompatibilityFeatureLowCardinalityAsWrappedColumn(true));
145146

146147
createTable(client);
147148

0 commit comments

Comments
 (0)