Re: [PR] Flink v1.16: Switch Flink v1.16 tests to Junit5 (Part 1) [iceberg]

2024-02-11 Thread via GitHub
ilyasahsan123 closed pull request #9565: Flink v1.16: Switch Flink v1.16 tests to Junit5 (Part 1) URL: https://github.com/apache/iceberg/pull/9565 -- 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

Re: [PR] Flink v1.16: Switch Flink v1.16 tests to Junit5 (Part 1) [iceberg]

2024-01-29 Thread via GitHub
nastra commented on code in PR #9565: URL: https://github.com/apache/iceberg/pull/9565#discussion_r1469646130 ## flink/v1.18/flink/src/test/java/org/apache/iceberg/flink/source/reader/TestArrayBatchRecords.java: ## @@ -50,19 +51,18 @@ private void testArray( fileOff

Re: [PR] Flink v1.16: Switch Flink v1.16 tests to Junit5 (Part 1) [iceberg]

2024-01-29 Thread via GitHub
nastra commented on code in PR #9565: URL: https://github.com/apache/iceberg/pull/9565#discussion_r1469643916 ## flink/v1.18/flink/src/test/java/org/apache/iceberg/flink/sink/TestRowDataPartitionKey.java: ## @@ -91,10 +92,10 @@ public void testNullPartitionValue() { for (Ro

Re: [PR] Flink v1.16: Switch Flink v1.16 tests to Junit5 (Part 1) [iceberg]

2024-01-29 Thread via GitHub
nastra commented on code in PR #9565: URL: https://github.com/apache/iceberg/pull/9565#discussion_r1469642860 ## flink/v1.18/flink/src/test/java/org/apache/iceberg/flink/sink/TestAvroGenericRecordToRowDataMapper.java: ## @@ -18,10 +18,11 @@ */ package org.apache.iceberg.flink

Re: [PR] Flink v1.16: Switch Flink v1.16 tests to Junit5 (Part 1) [iceberg]

2024-01-29 Thread via GitHub
nastra commented on code in PR #9565: URL: https://github.com/apache/iceberg/pull/9565#discussion_r1469640535 ## flink/v1.18/flink/src/test/java/org/apache/iceberg/flink/sink/TestAvroGenericRecordToRowDataMapper.java: ## @@ -18,10 +18,11 @@ */ package org.apache.iceberg.flink

Re: [PR] Flink v1.16: Switch Flink v1.16 tests to Junit5 (Part 1) [iceberg]

2024-01-29 Thread via GitHub
nastra commented on code in PR #9565: URL: https://github.com/apache/iceberg/pull/9565#discussion_r1469638343 ## flink/v1.18/flink/src/test/java/org/apache/iceberg/flink/data/TestStructRowData.java: ## @@ -22,7 +22,7 @@ import org.apache.iceberg.flink.DataGenerator; import org

Re: [PR] Flink v1.16: Switch Flink v1.16 tests to Junit5 (Part 1) [iceberg]

2024-01-29 Thread via GitHub
nastra commented on code in PR #9565: URL: https://github.com/apache/iceberg/pull/9565#discussion_r1469635766 ## flink/v1.18/flink/src/test/java/org/apache/iceberg/flink/TestRowDataWrapper.java: ## @@ -75,8 +75,8 @@ protected void generateAndValidate(Schema schema, RecordWrappe

Re: [PR] Flink v1.16: Switch Flink v1.16 tests to Junit5 (Part 1) [iceberg]

2024-01-29 Thread via GitHub
nastra commented on code in PR #9565: URL: https://github.com/apache/iceberg/pull/9565#discussion_r1469634197 ## flink/v1.18/flink/src/test/java/org/apache/iceberg/flink/TestRowDataWrapper.java: ## @@ -49,12 +49,12 @@ public void testTime() { return;

Re: [PR] Flink v1.16: Switch Flink v1.16 tests to Junit5 (Part 1) [iceberg]

2024-01-29 Thread via GitHub
nastra commented on code in PR #9565: URL: https://github.com/apache/iceberg/pull/9565#discussion_r1469628869 ## flink/v1.18/build.gradle: ## @@ -22,6 +22,10 @@ String scalaVersion = System.getProperty("scalaVersion") != null ? System.getPro project(":iceberg-flink:iceberg-f

Re: [PR] Flink v1.16: Switch Flink v1.16 tests to Junit5 (Part 1) [iceberg]

2024-01-29 Thread via GitHub
ilyasahsan123 commented on PR #9565: URL: https://github.com/apache/iceberg/pull/9565#issuecomment-1914620937 hi @nastra , I've addressed your suggestion. Could you please take another look? Thanks -- This is an automated message from the Apache Git Service. To respond to the message, ple

Re: [PR] Flink v1.16: Switch Flink v1.16 tests to Junit5 (Part 1) [iceberg]

2024-01-29 Thread via GitHub
ilyasahsan123 commented on PR #9565: URL: https://github.com/apache/iceberg/pull/9565#issuecomment-1914437348 Sure, I will do it. Thanks -- 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 specif

Re: [PR] Flink v1.16: Switch Flink v1.16 tests to Junit5 (Part 1) [iceberg]

2024-01-29 Thread via GitHub
nastra commented on PR #9565: URL: https://github.com/apache/iceberg/pull/9565#issuecomment-1914388103 @ilyasahsan123 we typically apply such changes on the latest version first (1.18) and then backport them in a separate PR. Could you apply these changes to Flink 1.18 first please? -- T