liuxiaocs7 commented on issue #7101: URL: https://github.com/apache/iceberg/issues/7101#issuecomment-1467749278
> The Iceberg build doesn't officially support Windows. However, coud you maybe show why the tests are failing? According to the logs, there are mainly three modules that fail, they are: - iceberg-hive-metastore:test - iceberg-aliyun:test - iceberg-nessie:test Hive metastore failed tests:  some wrong stack are: ``` java.lang.NullPointerException at org.apache.iceberg.hive.HiveMetastoreTest.stopMetastore(HiveMetastoreTest.java:79) java.lang.NoClassDefFoundError: Could not initialize class org.apache.iceberg.hive.TestHiveMetastore at org.apache.iceberg.hive.HiveMetastoreTest.startMetastore(HiveMetastoreTest.java:50) at org.apache.iceberg.hive.HiveMetastoreTest.startMetastore(HiveMetastoreTest.java:46) java.lang.NoClassDefFoundError: Could not initialize class org.apache.iceberg.hive.TestHiveMetastore at org.apache.iceberg.hive.HiveMetastoreTest.startMetastore(HiveMetastoreTest.java:50) at org.apache.iceberg.hive.TestHiveCommitLocks.startMetastore(TestHiveCommitLocks.java:87) ``` --- Aliyun failed tests:  log: ```shell com.aliyun.oss.OSSException: The bucket you tried to delete is not empty. [ErrorCode]: BucketNotEmpty [RequestId]: null [HostId]: null [ResponseError]: ``` --- Nessie failed tests:  ```shell java.nio.file.InvalidPathException: Illegal character [:] in path at index 4: ///C:/Users/LIUXIA~1/AppData/Local/Temp/junit1820669570277894084//test-ns/table1_4da0d827-b94c-4073-900d-070e34024f79/data/initial-data.avro at sun.nio.fs.WindowsPathParser.nextSlash(WindowsPathParser.java:212) at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:111) at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
