You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "XComp (via GitHub)" <gi...@apache.org> on 2023/03/23 20:07:38 UTC

[GitHub] [flink] XComp opened a new pull request, #22257: [FLINK-31593][tests] Upgraded migration test data

XComp opened a new pull request, #22257:
URL: https://github.com/apache/flink/pull/22257

   The data was generated based on `release-1.17.0`.


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] snuyanzin commented on a diff in pull request #22257: [FLINK-31593][tests] Upgraded migration test data

Posted by "snuyanzin (via GitHub)" <gi...@apache.org>.
snuyanzin commented on code in PR #22257:
URL: https://github.com/apache/flink/pull/22257#discussion_r1173773333


##########
flink-tests/src/test/resources/new-stateful-broadcast-udf-migration-itcase-flink1.17-rocksdb-checkpoint/0193581b-bd07-4b9d-b5d3-a6c986164fa4:
##########
@@ -0,0 +1,362 @@
+# This is a RocksDB option file.
+#
+# For detailed file format spec, please refer to the example file
+# in examples/rocksdb_option_file_example.ini
+#

Review Comment:
   thanks for clarification @fredia 



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] XComp commented on a diff in pull request #22257: [FLINK-31593][tests] Upgraded migration test data

Posted by "XComp (via GitHub)" <gi...@apache.org>.
XComp commented on code in PR #22257:
URL: https://github.com/apache/flink/pull/22257#discussion_r1172611995


##########
flink-tests/src/test/resources/new-stateful-broadcast-udf-migration-itcase-flink1.17-rocksdb-checkpoint/0193581b-bd07-4b9d-b5d3-a6c986164fa4:
##########
@@ -0,0 +1,362 @@
+# This is a RocksDB option file.
+#
+# For detailed file format spec, please refer to the example file
+# in examples/rocksdb_option_file_example.ini
+#

Review Comment:
   @fredia can you give some insights into the rocksdb config file mentioned by @snuyanzin ? Is this expected content that's usually generated when creating checkpoints?



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] fredia commented on a diff in pull request #22257: [FLINK-31593][tests] Upgraded migration test data

Posted by "fredia (via GitHub)" <gi...@apache.org>.
fredia commented on code in PR #22257:
URL: https://github.com/apache/flink/pull/22257#discussion_r1173259129


##########
flink-tests/src/test/resources/new-stateful-broadcast-udf-migration-itcase-flink1.17-rocksdb-checkpoint/0193581b-bd07-4b9d-b5d3-a6c986164fa4:
##########
@@ -0,0 +1,362 @@
+# This is a RocksDB option file.
+#
+# For detailed file format spec, please refer to the example file
+# in examples/rocksdb_option_file_example.ini
+#

Review Comment:
   @XComp Yes, rocksdb config file is usually generated when creating checkpoints.
   Rocksdb checkpoint/savepoint-native is added after https://issues.apache.org/jira/browse/FLINK-26146, but some rocksdb configuration does not take effect, so no rocksdb config file is generated, see https://issues.apache.org/jira/browse/FLINK-26176.
   
   The following are some existing checkpoint/native-savepoint files related to rocksdb. We can see that there were rocksdb config files in the past.
   
   - [ ] new-stateful-broadcast-udf-migration-itcase-flink1.15-rocksdb-checkpoint  
   - [ ] new-stateful-broadcast-udf-migration-itcase-flink1.16-rocksdb-checkpoint 
   - [ ] new-stateful-udf-migration-itcase-flink1.15-rocksdb-checkpoint 
   - [x] [new-stateful-udf-migration-itcase-flink1.16-rocksdb-checkpoint ](https://github.com/apache/flink/blob/master/flink-tests/src/test/resources/new-stateful-udf-migration-itcase-flink1.16-rocksdb-checkpoint/0e40bd9a-a3b3-4d71-9d32-dfaacba11244)
   - [ ] stateful-scala-udf-migration-itcase-flink1.15-rocksdb-checkpoint 
   - [ ] stateful-scala-udf-migration-itcase-flink1.16-rocksdb-checkpoint 
   - [ ] stateful-scala-with-broadcast-udf-migration-itcase-flink1.15-rocksdb-checkpoint 
   - [x] stateful-scala-with-broadcast-udf-migration-itcase-flink1.16-rocksdb-checkpoint 
   - [x] type-serializer-snapshot-migration-itcase-flink1.16-rocksdb-checkpoint 
   
   
   - [x] new-stateful-broadcast-udf-migration-itcase-flink1.15-rocksdb-savepoint-native 
   - [x] new-stateful-broadcast-udf-migration-itcase-flink1.16-rocksdb-savepoint-native 
   - [ ] new-stateful-udf-migration-itcase-flink1.15-rocksdb-savepoint-native  
   - [x] new-stateful-udf-migration-itcase-flink1.16-rocksdb-savepoint-native 
   - [ ] stateful-scala-udf-migration-itcase-flink1.15-rocksdb-savepoint-native 
   - [x] stateful-scala-udf-migration-itcase-flink1.16-rocksdb-savepoint-native 
   - [ ] stateful-scala-with-broadcast-udf-migration-itcase-flink1.15-rocksdb-savepoint-native  
   - [x] stateful-scala-with-broadcast-udf-migration-itcase-flink1.16-rocksdb-savepoint-native 
   - [x] type-serializer-snapshot-migration-itcase-flink1.16-rocksdb-savepoint-native 



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] XComp commented on pull request #22257: [FLINK-31593][tests] Upgraded migration test data

Posted by "XComp (via GitHub)" <gi...@apache.org>.
XComp commented on PR #22257:
URL: https://github.com/apache/flink/pull/22257#issuecomment-1506818191

   @flinkbot run azure


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] fredia commented on a diff in pull request #22257: [FLINK-31593][tests] Upgraded migration test data

Posted by "fredia (via GitHub)" <gi...@apache.org>.
fredia commented on code in PR #22257:
URL: https://github.com/apache/flink/pull/22257#discussion_r1173259129


##########
flink-tests/src/test/resources/new-stateful-broadcast-udf-migration-itcase-flink1.17-rocksdb-checkpoint/0193581b-bd07-4b9d-b5d3-a6c986164fa4:
##########
@@ -0,0 +1,362 @@
+# This is a RocksDB option file.
+#
+# For detailed file format spec, please refer to the example file
+# in examples/rocksdb_option_file_example.ini
+#

Review Comment:
   @XComp Yes, rocksdb config file is usually generated when creating checkpoints.
   Rocksdb checkpoint/savepoint-native is added after https://issues.apache.org/jira/browse/FLINK-26146, but some rocksdb configuration does not take effect, for some tests no rocksdb config file are generated, see https://issues.apache.org/jira/browse/FLINK-26176.
   
   The following are some existing checkpoint/native-savepoint files related to rocksdb. We can see that there were rocksdb config files in the past.
   
   - [ ] new-stateful-broadcast-udf-migration-itcase-flink1.15-rocksdb-checkpoint  
   - [ ] new-stateful-broadcast-udf-migration-itcase-flink1.16-rocksdb-checkpoint 
   - [ ] new-stateful-udf-migration-itcase-flink1.15-rocksdb-checkpoint 
   - [x] [new-stateful-udf-migration-itcase-flink1.16-rocksdb-checkpoint ](https://github.com/apache/flink/blob/master/flink-tests/src/test/resources/new-stateful-udf-migration-itcase-flink1.16-rocksdb-checkpoint/0e40bd9a-a3b3-4d71-9d32-dfaacba11244)
   - [ ] stateful-scala-udf-migration-itcase-flink1.15-rocksdb-checkpoint 
   - [ ] stateful-scala-udf-migration-itcase-flink1.16-rocksdb-checkpoint 
   - [ ] stateful-scala-with-broadcast-udf-migration-itcase-flink1.15-rocksdb-checkpoint 
   - [x] stateful-scala-with-broadcast-udf-migration-itcase-flink1.16-rocksdb-checkpoint 
   - [x] type-serializer-snapshot-migration-itcase-flink1.16-rocksdb-checkpoint 
   
   
   - [ ] new-stateful-broadcast-udf-migration-itcase-flink1.15-rocksdb-savepoint-native 
   - [x] new-stateful-broadcast-udf-migration-itcase-flink1.16-rocksdb-savepoint-native 
   - [ ] new-stateful-udf-migration-itcase-flink1.15-rocksdb-savepoint-native  
   - [x] new-stateful-udf-migration-itcase-flink1.16-rocksdb-savepoint-native 
   - [ ] stateful-scala-udf-migration-itcase-flink1.15-rocksdb-savepoint-native 
   - [x] stateful-scala-udf-migration-itcase-flink1.16-rocksdb-savepoint-native 
   - [ ] stateful-scala-with-broadcast-udf-migration-itcase-flink1.15-rocksdb-savepoint-native  
   - [x] stateful-scala-with-broadcast-udf-migration-itcase-flink1.16-rocksdb-savepoint-native 
   - [x] type-serializer-snapshot-migration-itcase-flink1.16-rocksdb-savepoint-native 



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] XComp commented on a diff in pull request #22257: [FLINK-31593][tests] Upgraded migration test data

Posted by "XComp (via GitHub)" <gi...@apache.org>.
XComp commented on code in PR #22257:
URL: https://github.com/apache/flink/pull/22257#discussion_r1173766452


##########
flink-tests/src/test/resources/new-stateful-broadcast-udf-migration-itcase-flink1.17-rocksdb-checkpoint/0193581b-bd07-4b9d-b5d3-a6c986164fa4:
##########
@@ -0,0 +1,362 @@
+# This is a RocksDB option file.
+#
+# For detailed file format spec, please refer to the example file
+# in examples/rocksdb_option_file_example.ini
+#

Review Comment:
   Thanks for clarification. @snuyanzin can we finalize the PR in that case?



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] fredia commented on a diff in pull request #22257: [FLINK-31593][tests] Upgraded migration test data

Posted by "fredia (via GitHub)" <gi...@apache.org>.
fredia commented on code in PR #22257:
URL: https://github.com/apache/flink/pull/22257#discussion_r1173259129


##########
flink-tests/src/test/resources/new-stateful-broadcast-udf-migration-itcase-flink1.17-rocksdb-checkpoint/0193581b-bd07-4b9d-b5d3-a6c986164fa4:
##########
@@ -0,0 +1,362 @@
+# This is a RocksDB option file.
+#
+# For detailed file format spec, please refer to the example file
+# in examples/rocksdb_option_file_example.ini
+#

Review Comment:
   @XComp Yes, rocksdb config file is usually generated when creating checkpoints.
   Rocksdb checkpoint/savepoint-native is added after https://issues.apache.org/jira/browse/FLINK-26146, but some rocksdb configuration does not take effect, for some tests no rocksdb config file are generated, see https://issues.apache.org/jira/browse/FLINK-26176.
   
   The following are some existing checkpoint/native-savepoint files related to rocksdb. We can see that there were rocksdb config files in the past.
   
   - [ ] new-stateful-broadcast-udf-migration-itcase-flink1.15-rocksdb-checkpoint  
   - [ ] new-stateful-broadcast-udf-migration-itcase-flink1.16-rocksdb-checkpoint 
   - [x] new-stateful-udf-migration-itcase-flink1.15-rocksdb-checkpoint 
   - [x] [new-stateful-udf-migration-itcase-flink1.16-rocksdb-checkpoint ](https://github.com/apache/flink/blob/master/flink-tests/src/test/resources/new-stateful-udf-migration-itcase-flink1.16-rocksdb-checkpoint/0e40bd9a-a3b3-4d71-9d32-dfaacba11244)
   - [ ] stateful-scala-udf-migration-itcase-flink1.15-rocksdb-checkpoint 
   - [ ] stateful-scala-udf-migration-itcase-flink1.16-rocksdb-checkpoint 
   - [ ] stateful-scala-with-broadcast-udf-migration-itcase-flink1.15-rocksdb-checkpoint 
   - [x] stateful-scala-with-broadcast-udf-migration-itcase-flink1.16-rocksdb-checkpoint 
   - [x] type-serializer-snapshot-migration-itcase-flink1.16-rocksdb-checkpoint 
   
   
   - [ ] new-stateful-broadcast-udf-migration-itcase-flink1.15-rocksdb-savepoint-native 
   - [x] new-stateful-broadcast-udf-migration-itcase-flink1.16-rocksdb-savepoint-native 
   - [ ] new-stateful-udf-migration-itcase-flink1.15-rocksdb-savepoint-native  
   - [x] new-stateful-udf-migration-itcase-flink1.16-rocksdb-savepoint-native 
   - [ ] stateful-scala-udf-migration-itcase-flink1.15-rocksdb-savepoint-native 
   - [x] stateful-scala-udf-migration-itcase-flink1.16-rocksdb-savepoint-native 
   - [ ] stateful-scala-with-broadcast-udf-migration-itcase-flink1.15-rocksdb-savepoint-native  
   - [x] stateful-scala-with-broadcast-udf-migration-itcase-flink1.16-rocksdb-savepoint-native 
   - [x] type-serializer-snapshot-migration-itcase-flink1.16-rocksdb-savepoint-native 



##########
flink-tests/src/test/resources/new-stateful-broadcast-udf-migration-itcase-flink1.17-rocksdb-checkpoint/0193581b-bd07-4b9d-b5d3-a6c986164fa4:
##########
@@ -0,0 +1,362 @@
+# This is a RocksDB option file.
+#
+# For detailed file format spec, please refer to the example file
+# in examples/rocksdb_option_file_example.ini
+#

Review Comment:
   @XComp Yes, rocksdb config file is usually generated when creating checkpoints.
   Rocksdb checkpoint/savepoint-native is added after https://issues.apache.org/jira/browse/FLINK-26146, but some rocksdb configuration does not take effect, for some tests no rocksdb config file are generated, see https://issues.apache.org/jira/browse/FLINK-26176.
   
   The following are some existing checkpoint/native-savepoint files related to rocksdb. We can see that there were rocksdb config files in the past.
   
   - [ ] new-stateful-broadcast-udf-migration-itcase-flink1.15-rocksdb-checkpoint  
   - [ ] new-stateful-broadcast-udf-migration-itcase-flink1.16-rocksdb-checkpoint 
   - [ ] new-stateful-udf-migration-itcase-flink1.15-rocksdb-checkpoint 
   - [x] [new-stateful-udf-migration-itcase-flink1.16-rocksdb-checkpoint ](https://github.com/apache/flink/blob/master/flink-tests/src/test/resources/new-stateful-udf-migration-itcase-flink1.16-rocksdb-checkpoint/0e40bd9a-a3b3-4d71-9d32-dfaacba11244)
   - [ ] stateful-scala-udf-migration-itcase-flink1.15-rocksdb-checkpoint 
   - [ ] stateful-scala-udf-migration-itcase-flink1.16-rocksdb-checkpoint 
   - [ ] stateful-scala-with-broadcast-udf-migration-itcase-flink1.15-rocksdb-checkpoint 
   - [x] stateful-scala-with-broadcast-udf-migration-itcase-flink1.16-rocksdb-checkpoint 
   - [x] type-serializer-snapshot-migration-itcase-flink1.16-rocksdb-checkpoint 
   
   
   - [ ] new-stateful-broadcast-udf-migration-itcase-flink1.15-rocksdb-savepoint-native 
   - [x] new-stateful-broadcast-udf-migration-itcase-flink1.16-rocksdb-savepoint-native 
   - [ ] new-stateful-udf-migration-itcase-flink1.15-rocksdb-savepoint-native  
   - [x] new-stateful-udf-migration-itcase-flink1.16-rocksdb-savepoint-native 
   - [ ] stateful-scala-udf-migration-itcase-flink1.15-rocksdb-savepoint-native 
   - [x] stateful-scala-udf-migration-itcase-flink1.16-rocksdb-savepoint-native 
   - [ ] stateful-scala-with-broadcast-udf-migration-itcase-flink1.15-rocksdb-savepoint-native  
   - [x] stateful-scala-with-broadcast-udf-migration-itcase-flink1.16-rocksdb-savepoint-native 
   - [x] type-serializer-snapshot-migration-itcase-flink1.16-rocksdb-savepoint-native 



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] snuyanzin commented on a diff in pull request #22257: [FLINK-31593][tests] Upgraded migration test data

Posted by "snuyanzin (via GitHub)" <gi...@apache.org>.
snuyanzin commented on code in PR #22257:
URL: https://github.com/apache/flink/pull/22257#discussion_r1168654827


##########
flink-tests/src/test/resources/new-stateful-broadcast-udf-migration-itcase-flink1.17-rocksdb-checkpoint/0193581b-bd07-4b9d-b5d3-a6c986164fa4:
##########
@@ -0,0 +1,362 @@
+# This is a RocksDB option file.
+#
+# For detailed file format spec, please refer to the example file
+# in examples/rocksdb_option_file_example.ini
+#

Review Comment:
   Do we really need RocksDB option files here?
   
   // @rkhachatryan as Matthias said you probably should know



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] snuyanzin commented on pull request #22257: [FLINK-31593][tests] Upgraded migration test data

Posted by "snuyanzin (via GitHub)" <gi...@apache.org>.
snuyanzin commented on PR #22257:
URL: https://github.com/apache/flink/pull/22257#issuecomment-1511294073

   I verified version updates
   it looks ok from my side.
   
   The only comment I have is about RocksDB option files


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] flinkbot commented on pull request #22257: [FLINK-31593][tests] Upgraded migration test data

Posted by "flinkbot (via GitHub)" <gi...@apache.org>.
flinkbot commented on PR #22257:
URL: https://github.com/apache/flink/pull/22257#issuecomment-1481832101

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "955497b34cf9d9463da0cd09b7560fc31e88808d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "955497b34cf9d9463da0cd09b7560fc31e88808d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 955497b34cf9d9463da0cd09b7560fc31e88808d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] XComp commented on pull request #22257: [FLINK-31593][tests] Upgraded migration test data

Posted by "XComp (via GitHub)" <gi...@apache.org>.
XComp commented on PR #22257:
URL: https://github.com/apache/flink/pull/22257#issuecomment-1506819296

   @PatrickRen  may you have a final pass over this PR. I fixed the issue now with the help of FLINK-31765


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] XComp merged pull request #22257: [FLINK-31593][tests] Upgraded migration test data

Posted by "XComp (via GitHub)" <gi...@apache.org>.
XComp merged PR #22257:
URL: https://github.com/apache/flink/pull/22257


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] fredia commented on a diff in pull request #22257: [FLINK-31593][tests] Upgraded migration test data

Posted by "fredia (via GitHub)" <gi...@apache.org>.
fredia commented on code in PR #22257:
URL: https://github.com/apache/flink/pull/22257#discussion_r1173259129


##########
flink-tests/src/test/resources/new-stateful-broadcast-udf-migration-itcase-flink1.17-rocksdb-checkpoint/0193581b-bd07-4b9d-b5d3-a6c986164fa4:
##########
@@ -0,0 +1,362 @@
+# This is a RocksDB option file.
+#
+# For detailed file format spec, please refer to the example file
+# in examples/rocksdb_option_file_example.ini
+#

Review Comment:
   @XComp Yes, rocksdb config file is usually generated when creating checkpoints.
   Rocksdb checkpoint/savepoint-native is added after https://issues.apache.org/jira/browse/FLINK-26146, but some rocksdb configuration does not take effect, so no rocksdb config file is generated, see https://issues.apache.org/jira/browse/FLINK-26176.
   
   The following are some existing checkpoint/native-savepoint files related to rocksdb. We can see that there were rocksdb config files in the past.
   
   - [ ] new-stateful-broadcast-udf-migration-itcase-flink1.15-rocksdb-checkpoint  
   - [ ] new-stateful-broadcast-udf-migration-itcase-flink1.16-rocksdb-checkpoint 
   - [ ] new-stateful-udf-migration-itcase-flink1.15-rocksdb-checkpoint 
   - [x] [new-stateful-udf-migration-itcase-flink1.16-rocksdb-checkpoint ](https://github.com/apache/flink/blob/master/flink-tests/src/test/resources/new-stateful-udf-migration-itcase-flink1.16-rocksdb-checkpoint/0e40bd9a-a3b3-4d71-9d32-dfaacba11244)
   - [ ] stateful-scala-udf-migration-itcase-flink1.15-rocksdb-checkpoint 
   - [ ] stateful-scala-udf-migration-itcase-flink1.16-rocksdb-checkpoint 
   - [ ] stateful-scala-with-broadcast-udf-migration-itcase-flink1.15-rocksdb-checkpoint 
   - [x] stateful-scala-with-broadcast-udf-migration-itcase-flink1.16-rocksdb-checkpoint 
   - [x] type-serializer-snapshot-migration-itcase-flink1.16-rocksdb-checkpoint 
   
   
   - [ ] new-stateful-broadcast-udf-migration-itcase-flink1.15-rocksdb-savepoint-native 
   - [x] new-stateful-broadcast-udf-migration-itcase-flink1.16-rocksdb-savepoint-native 
   - [ ] new-stateful-udf-migration-itcase-flink1.15-rocksdb-savepoint-native  
   - [x] new-stateful-udf-migration-itcase-flink1.16-rocksdb-savepoint-native 
   - [ ] stateful-scala-udf-migration-itcase-flink1.15-rocksdb-savepoint-native 
   - [x] stateful-scala-udf-migration-itcase-flink1.16-rocksdb-savepoint-native 
   - [ ] stateful-scala-with-broadcast-udf-migration-itcase-flink1.15-rocksdb-savepoint-native  
   - [x] stateful-scala-with-broadcast-udf-migration-itcase-flink1.16-rocksdb-savepoint-native 
   - [x] type-serializer-snapshot-migration-itcase-flink1.16-rocksdb-savepoint-native 



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org