Skip to content

Commit 1107226

Browse files
committed
fix test against 19.14
1 parent 2eaa6f6 commit 1107226

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/ru/yandex/clickhouse/integration/StreamSQLTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ public void JSONEachRowInsert() throws SQLException {
154154
.sql("insert into test.json_stream_sql")
155155
.data(inputStream, ClickHouseFormat.JSONEachRow)
156156
.data(inputStream)
157-
.dataCompression(ClickHouseCompression.none)
158157
.send();
159158

160159
ResultSet rs = connection.createStatement().executeQuery(

0 commit comments

Comments
 (0)