Skip to content

Commit 18e8dd8

Browse files
committed
Compress data file
1 parent ea3b86d commit 18e8dd8

File tree

3 files changed

+1
-100002
lines changed

3 files changed

+1
-100002
lines changed

flink-connector-clickhouse-integration/src/test/java/com/clickhouse/flink/integration/FlinkTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void testFlinkCluster() throws Exception {
5959
String root = getRoot();
6060
String exampleSubFolder = exampleSubFolder(flinkVersion);
6161
String jarLocation = String.format("%s/examples/maven/%s/covid/target/covid-1.0-SNAPSHOT.jar", root, exampleSubFolder);
62-
String dataFile = "100k_epidemiology.csv";
62+
String dataFile = "100k_epidemiology.csv.gz";
6363
String tableName = "covid";
6464

6565
String dataFileLocation = getResourcePath(dataFile);

0 commit comments

Comments
 (0)