We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eaa6f6 commit 1107226Copy full SHA for 1107226
src/test/java/ru/yandex/clickhouse/integration/StreamSQLTest.java
@@ -154,7 +154,6 @@ public void JSONEachRowInsert() throws SQLException {
154
.sql("insert into test.json_stream_sql")
155
.data(inputStream, ClickHouseFormat.JSONEachRow)
156
.data(inputStream)
157
- .dataCompression(ClickHouseCompression.none)
158
.send();
159
160
ResultSet rs = connection.createStatement().executeQuery(
0 commit comments