File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ice-rest-catalog/src/test/java/com/altinity/ice/rest/catalog/internal/etcd
ice/src/main/java/com/altinity/ice/cli/internal/iceberg Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public class EtcdCatalogIT {
4949
5050 @ SuppressWarnings ("rawtypes" )
5151 private final GenericContainer etcd =
52- new GenericContainer ("bitnami /etcd:3.5.21" )
52+ new GenericContainer ("milvusdb /etcd:3.5.21-r2 " )
5353 .withExposedPorts (2379 , 2380 )
5454 .withEnv ("ALLOW_NONE_AUTHENTICATION" , "yes" );
5555
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ public static SortCheckResult checkSorted(
137137
138138 try (CloseableIterable <Record > records =
139139 Parquet .read (inputFile )
140- .createReaderFunc (s -> GenericParquetReaders .buildReader (tableSchema , s ))
140+ .createReaderFunc (s -> GenericParquetReaders .buildReader (projectedSchema , s ))
141141 .project (projectedSchema )
142142 .build ()) {
143143
You can’t perform that action at this time.
0 commit comments