Thanks Xuanwo for your validation! And Suyan, the website has a Download page now [1]. (You may need to clean your cache of images and files for your browser).
[1] https://paimon.apache.org/ Best, Jingsong On Tue, Jan 23, 2024 at 9:07 PM Xuanwo <xua...@apache.org> wrote: > > Thanks a lot for the effort. I have confirmed that rc3 build passed on > archlinux > x86_64 with Java 8. > > [INFO] Reactor Summary for Paimon : 0.6.1-incubating: > [INFO] > [INFO] Paimon : ........................................... SUCCESS [ 1.449 > s] > [INFO] Paimon : Test utils ................................ SUCCESS [ 1.269 > s] > [INFO] Paimon : Common .................................... SUCCESS [ 10.355 > s] > [INFO] Paimon : Benchmark ................................. SUCCESS [ 0.048 > s] > [INFO] Paimon : Benchmark : Cluster ....................... SUCCESS [ 3.773 > s] > [INFO] Paimon : Code Gen .................................. SUCCESS [ 13.393 > s] > [INFO] Paimon : Code Gen Loader ........................... SUCCESS [ 1.216 > s] > [INFO] Paimon : Format .................................... SUCCESS [ 4.109 > s] > [INFO] Paimon : Core ...................................... SUCCESS [ 5.716 > s] > [INFO] Paimon : FileSystems : ............................. SUCCESS [ 0.038 > s] > [INFO] Paimon : FileSystems : S3 : Impl ................... SUCCESS [ 2.604 > s] > [INFO] Paimon : FileSystems : S3 .......................... SUCCESS [ 14.782 > s] > [INFO] Paimon : Hive ...................................... SUCCESS [ 0.036 > s] > [INFO] Paimon : Hive Common ............................... SUCCESS [ 0.649 > s] > [INFO] Paimon : Hive Catalog .............................. SUCCESS [ 0.919 > s] > [INFO] Paimon : Bundle .................................... SUCCESS [ 2.441 > s] > [INFO] Paimon : Benchmark : Micro ......................... SUCCESS [ 0.283 > s] > [INFO] Paimon : Flink ..................................... SUCCESS [ 0.147 > s] > [INFO] Paimon : Flink : Common ............................ SUCCESS [ 6.101 > s] > [INFO] Paimon : Flink : CDC ............................... SUCCESS [ 2.305 > s] > [INFO] Paimon : Flink : 1.14 .............................. SUCCESS [ 3.422 > s] > [INFO] Paimon : Flink : 1.15 .............................. SUCCESS [ 10.182 > s] > [INFO] Paimon : Flink : 1.16 .............................. SUCCESS [ 27.876 > s] > [INFO] Paimon : Flink : 1.17 .............................. SUCCESS [ 2.499 > s] > [INFO] Paimon : Flink : 1.18 .............................. SUCCESS [ 2.453 > s] > [INFO] Paimon : Flink : Action ............................ SUCCESS [ 0.360 > s] > [INFO] Paimon : Spark ..................................... SUCCESS [ 0.120 > s] > [INFO] Paimon : Spark : Common ............................ SUCCESS [02:41 > min] > [INFO] Paimon : Docs ...................................... SUCCESS [ 2.743 > s] > [INFO] Paimon : Hive Connector Common ..................... SUCCESS [01:16 > min] > [INFO] Paimon : Spark : 3.2 ............................... SUCCESS [01:15 > min] > [INFO] Paimon : Tools : CI : Java ......................... SUCCESS [ 0.277 > s] > [INFO] Paimon : End to End Tests .......................... SUCCESS [ 17.873 > s] > [INFO] Paimon : FileSystems : Hadoop Shaded ............... SUCCESS [ 3.944 > s] > [INFO] Paimon : FileSystems : OSS : Impl .................. SUCCESS [ 14.081 > s] > [INFO] Paimon : FileSystems : OSS ......................... SUCCESS [ 13.696 > s] > [INFO] Paimon : Hive Connector : 2.1 ...................... SUCCESS [ 2.446 > s] > [INFO] Paimon : Hive Connector : 2.1-cdh-6.3 .............. SUCCESS [ 2.442 > s] > [INFO] Paimon : Hive Connector : 2.2 ...................... SUCCESS [ 2.446 > s] > [INFO] Paimon : Hive Connector : 2.3 ...................... SUCCESS [ 3.253 > s] > [INFO] Paimon : Hive Connector : 3.1 ...................... SUCCESS [03:48 > min] > [INFO] Paimon : Spark : 2 ................................. SUCCESS [01:23 > min] > [INFO] Paimon : Spark : 3.5 ............................... SUCCESS [ 6.760 > s] > [INFO] Paimon : Spark : 3.4 ............................... SUCCESS [01:26 > min] > [INFO] Paimon : Spark : 3.3 ............................... SUCCESS [01:00 > min] > [INFO] Paimon : Spark : 3.1 ............................... SUCCESS [01:18 > min] > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 17:19 min > [INFO] Finished at: 2024-01-23T20:49:27+08:00 > [INFO] > ------------------------------------------------------------------------ > mvn clean install -DskipTests 467.42s user 25.59s system 47% cpu 17:20.47 > total > > > On Tue, Jan 23, 2024, at 11:33, Bi Yan wrote: > > Hi xuanan, > > > > This issue of "Unexpected character 0x0 in identifier" is addressed. I > > package the source file on mac os, and in my machine environment every > > entry has an extra copy with the prefix "._" which is caused by > > AppleDouble for mac. > > > > I build a new source tar: > > https://dist.apache.org/repos/dist/dev/incubator/paimon/paimon-0.6.1-incubating-rc3/. > > Can you check again? I am looking forward to your reply. > > > > On 2024/01/22 04:24:57 Xuanwo wrote: > >> > I guess this problem may occur due to jdk version or character set. Can > >> > you check this? Thanks. > >> > >> The issue could be reproduced under java 8. For character set, I'm running > >> archlinux with > >> locale en_US.utf-8. The build is running on the source tarball directly. > >> It's unlikely to > >> be related to character set. > >> > >> > java -version > >> openjdk version "1.8.0_402" > >> OpenJDK Runtime Environment (build 1.8.0_402-b06) > >> OpenJDK 64-Bit Server VM (build 25.402-b06, mixed mode) > >> > >> Full error log could be seen at > >> https://gist.github.com/Xuanwo/91efbf9c8553beb131509d9c4844e8ce > >> > >> BTW, the failed file > >> "paimon-test-utils/src/main/java/org/apache/paimon/testutils/assertj/._AssertionUtils.java" > >> seems to be a binary file. > >> > >> On Mon, Jan 22, 2024, at 12:03, Bi Yan wrote: > >> > Hi xuanwo, thanks for checking and voting. > >> > > >> > I guess this problem may occur due to jdk version or character set. Can > >> > you check this? Thanks. > >> > > >> > -- > >> > 谢谢 ~ > >> > Best Wishes ~ > >> > > >> > --------------------------------------------------------------------- > >> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org > >> > For additional commands, e-mail: general-h...@incubator.apache.org > >> > >> -- > >> Xuanwo > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org > >> For additional commands, e-mail: general-h...@incubator.apache.org > >> > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org > > For additional commands, e-mail: general-h...@incubator.apache.org > > -- > Xuanwo > > --------------------------------------------------------------------- > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org > For additional commands, e-mail: general-h...@incubator.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org