Initial commit of Iceberg integration. #9585
Annotations
1 error and 2 warnings
Execution failed for task ':extensions-iceberg:spotlessJavaCheck'.
> The following files had format violations:
src/test/java/io/deephaven/iceberg/util/IcebergToolsTest.java
@@ -119,7 +119,8 @@
········final·Table·table·=·adapter.listNamespacesAsTable();
········Assert.eq(table.size(),·"table.size()",·2,·"2·namespace·in·the·catalog");
········Assert.eqTrue(table.getColumnSource("namespace").getType().equals(String.class),·"namespace·column·type");
-········Assert.eqTrue(table.getColumnSource("namespace_object").getType().equals(Namespace.class),·"namespace_object·column·type");
+········Assert.eqTrue(table.getColumnSource("namespace_object").getType().equals(Namespace.class),
+················"namespace_object·column·type");
····}
····@test
@@ -139,7 +140,8 @@
········Assert.eq(table.size(),·"table.size()",·3,·"3·tables·in·the·namespace");
········Assert.eqTrue(table.getColumnSource("namespace").getType().equals(String.class),·"namespace·column·type");
········Assert.eqTrue(table.getColumnSource("table_name").getType().equals(String.class),·"table_name·column·type");
-········Assert.eqTrue(table.getColumnSource("table_identifier_object").getType().equals(TableIdentifier.class),·"table_identifier_object·column·type");
+········Assert.eqTrue(table.getColumnSource("table_identifier_object").getType().equals(TableIdentifier.class),
+················"table_identifier_object·column·type");
····}
····@test
@@ -164,7 +166,8 @@
········Assert.eqTrue(table.getColumnSource("timestamp_ms").getType().equals(long.class),·"timestamp_ms·column·type");
········Assert.eqTrue(table.getColumnSource("operation").getType().equals(String.class),·"operation·column·type");
········Assert.eqTrue(table.getColumnSource("summary").getType().equals(Map.class),·"summary·column·type");
-········Assert.eqTrue(table.getColumnSource("snapshot_object").getType().equals(Snapshot.class),·"snapshot_object·column·type");
+········Assert.eqTrue(table.getColumnSource("snapshot_object").getType().equals(Snapshot.class),
+················"snapshot_object·column·type");
····}
····@test
Run './gradlew :extensions-iceberg:spotlessApply' to fix these violations.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
This job failed
Loading