You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/01/18 11:25:18 UTC

[GitHub] [flink] LadyForest opened a new pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

LadyForest opened a new pull request #18394:
URL: https://github.com/apache/flink/pull/18394


   ## What is the purpose of the change
   
   This PR aims to implement `ALTER TABLE table_identifier [PARTITION partition_spec] COMPACT`, which will invoke a batch job to perform file compaction for file store, the more details can be found at [FLIP-188](https://cwiki.apache.org/confluence/display/FLINK/FLIP-188%3A+Introduce+Built-in+Dynamic+Table+Storage).
   
   
   ## Brief changelog
   
   * Add interface method `ManagedTableFactory#onCompact`, which returns a `Map<String, String>` of metadata for file entries to be compacted, as dynamic options.
   
   * Change `AlterTableCompactOperation` to extends `CatalogQueryOperation`, which carries the dynamic options aforementioned. During the operation conversion, let `AlterTableCompactOperation` be the child of a `CatalogModifyOperation`, and thus the modify operation can go through `PlannerBase#translateToRel`
   
    *  Add `FlinkRelBuilder#compactScan` to translate `AlterTableCompactOperation` to rel. The dynamic options is designed to be translated as hints, which requires `FlinkHintStrategies` to be added to `HintStrategyTable` during optimizing phase.
   
   ## Verifying this change
   
   This change added tests and can be verified as follows:
   
     - `SqlToOperationConverterTest#testAlterTableCompactOnManagedNonPartitionedTable` and `SqlToOperationConverterTest#testAlterTableCompactOnManagedPartitionedTable` verfy converting the SQL clause to desired operation.
     - `TestManagedTableFactory#onCompactTable` as a test impl method, which injects `compact.file-base-path` and `compact.file-entries` options to the current managed table.
     - `CompactManagedTableTest` to verify plan.
     - `CompactManagedTableITCase`, which uses the `datagen` and `filesystem` connector to prepare some local files to compact, the compaction strategy is rolling all files under each partition and recreating file which named with pattern `compact-${uuid}-file-0`. The test checks on non-partitioned/single-partitioned/multi-partitioned table with/without partition spec, and check two successive compaction's idempotence.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (**yes** / no): add test dependencies
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes / **no**)
     - The serializers: (yes / **no** / don't know)
     - The runtime per-record code paths (performance sensitive): (yes / **no** / don't know)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (yes / **no** / don't know)
     - The S3 file system connector: (yes / **no** / don't know)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (**yes** / no)
     - If yes, how is the feature documented? (**not applicable** / docs / JavaDocs / not documented)
   


-- 
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 edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857",
       "triggerID" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154b36442660ab9898943a3c3d34a2591023f312",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997",
       "triggerID" : "154b36442660ab9898943a3c3d34a2591023f312",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7da11c60c656bfab79cf3ae76bc56cc729ae24a6 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857) 
   * 154b36442660ab9898943a3c3d34a2591023f312 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997) 
   
   <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] LadyForest commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
LadyForest commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r789511549



##########
File path: flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/utils/TableTestBase.scala
##########
@@ -47,21 +53,30 @@ import org.apache.flink.table.expressions.Expression
 import org.apache.flink.table.factories.{FactoryUtil, PlannerFactoryUtil, StreamTableSourceFactory}
 import org.apache.flink.table.functions._
 import org.apache.flink.table.module.ModuleManager
-import org.apache.flink.table.operations.{ModifyOperation, Operation, QueryOperation, SinkModifyOperation}
+import org.apache.flink.table.operations.ModifyOperation
+import org.apache.flink.table.operations.Operation
+import org.apache.flink.table.operations.QueryOperation
+import org.apache.flink.table.operations.SinkModifyOperation

Review comment:
       I diffed the scala-checkstyle config file under the .idea and tools dir and got the reason, it's so magic...
   ![image](https://user-images.githubusercontent.com/55568005/150505930-1c6829ac-3b56-410d-8dfc-b9b0d25f84be.png)
   




-- 
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 edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857",
       "triggerID" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154b36442660ab9898943a3c3d34a2591023f312",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997",
       "triggerID" : "154b36442660ab9898943a3c3d34a2591023f312",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30005",
       "triggerID" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7da11c60c656bfab79cf3ae76bc56cc729ae24a6 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857) 
   * 154b36442660ab9898943a3c3d34a2591023f312 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997) 
   * a638e63713a9453e027d5c45aa6db05a9bec9230 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30005) 
   * dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857",
       "triggerID" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154b36442660ab9898943a3c3d34a2591023f312",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997",
       "triggerID" : "154b36442660ab9898943a3c3d34a2591023f312",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30005",
       "triggerID" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7da11c60c656bfab79cf3ae76bc56cc729ae24a6 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857) 
   * 154b36442660ab9898943a3c3d34a2591023f312 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997) 
   * a638e63713a9453e027d5c45aa6db05a9bec9230 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30005) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6d75de07bd21a84d82600a82b837a0b91037db61 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641) 
   * 5af58817a870e6f92707b900b27db0f249004c81 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649) 
   
   <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] flinkbot commented on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot commented on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6d75de07bd21a84d82600a82b837a0b91037db61 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] JingsongLi commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r788357203



##########
File path: flink-table/flink-table-common/src/test/java/org/apache/flink/table/connector/source/TestManagedTableSource.java
##########
@@ -0,0 +1,69 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.table.connector.source;
+
+import org.apache.flink.table.connector.ChangelogMode;
+import org.apache.flink.table.factories.DynamicTableFactory;
+
+/** Managed {@link DynamicTableSource} for testing. */
+public class TestManagedTableSource implements ScanTableSource {
+
+    private final DynamicTableFactory.Context context;
+    private final CompactPartitions partitions;
+    private final ChangelogMode changelogMode;
+
+    public TestManagedTableSource(
+            DynamicTableFactory.Context context,
+            CompactPartitions partitions,
+            ChangelogMode changelogMode) {
+        this.context = context;
+        this.partitions = partitions;
+        this.changelogMode = changelogMode;
+    }
+
+    @Override
+    public ChangelogMode getChangelogMode() {
+        return changelogMode;
+    }
+
+    @Override
+    public ScanRuntimeProvider getScanRuntimeProvider(ScanContext runtimeProviderContext) {
+        return SourceProvider.of(new TestManagedSource(partitions));
+    }
+
+    @Override
+    public DynamicTableSource copy() {
+        return new TestManagedTableSource(context, partitions, changelogMode);
+    }
+
+    @Override
+    public String asSummaryString() {
+        return "TestManagedTableSource";
+    }
+
+    @Override
+    public boolean equals(Object o) {
+        return super.equals(o);

Review comment:
       equals and hashcode?




-- 
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 edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "073b50a034462c9a862537be4bf8e77245e43338",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "073b50a034462c9a862537be4bf8e77245e43338",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5af58817a870e6f92707b900b27db0f249004c81 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649) 
   * a5974a811e657ccabb90c1c913c00adb56f53ebe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657) 
   * 073b50a034462c9a862537be4bf8e77245e43338 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659) 
   * b8d38cab5e0afaf20f07d9aa707729f19962e2b8 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672) 
   * 455dfd8ad2146f35d31a602715a9b27a07aa2aba 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] JingsongLi commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r788353796



##########
File path: flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/SourceQueryOperation.java
##########
@@ -58,6 +65,7 @@ public String asSummaryString() {
         Map<String, Object> args = new LinkedHashMap<>();
         args.put("identifier", getContextResolvedTable().getIdentifier().asSummaryString());
         args.put("fields", getResolvedSchema().getColumnNames());
+        args.put("options", dynamicOptions);

Review comment:
       here we can ignore null dynamicOptions




-- 
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 edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857",
       "triggerID" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154b36442660ab9898943a3c3d34a2591023f312",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "154b36442660ab9898943a3c3d34a2591023f312",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7da11c60c656bfab79cf3ae76bc56cc729ae24a6 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857) 
   * 154b36442660ab9898943a3c3d34a2591023f312 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857",
       "triggerID" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154b36442660ab9898943a3c3d34a2591023f312",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997",
       "triggerID" : "154b36442660ab9898943a3c3d34a2591023f312",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30005",
       "triggerID" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30016",
       "triggerID" : "dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "496911178b06d4b404ba74cfac0c90b4ca121dd6",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30065",
       "triggerID" : "496911178b06d4b404ba74cfac0c90b4ca121dd6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30016) 
   * 496911178b06d4b404ba74cfac0c90b4ca121dd6 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30065) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659) 
   * b8d38cab5e0afaf20f07d9aa707729f19962e2b8 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672) 
   * 455dfd8ad2146f35d31a602715a9b27a07aa2aba 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] LadyForest commented on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
LadyForest commented on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1017100828


   Hi, @JingsongLi  thanks for your review. I've addressed your comments, please take a look when you're available, 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 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] JingsongLi commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r788356728



##########
File path: flink-table/flink-table-common/src/test/java/org/apache/flink/table/connector/source/TestManagedIterableSourceSplit.java
##########
@@ -0,0 +1,99 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.table.connector.source;
+
+import org.apache.flink.api.connector.source.lib.util.IteratorSourceSplit;
+import org.apache.flink.core.fs.Path;
+import org.apache.flink.table.data.GenericRowData;
+import org.apache.flink.table.data.RowData;
+import org.apache.flink.table.data.StringData;
+
+import org.apache.flink.shaded.guava30.com.google.common.collect.Iterators;
+
+import java.io.BufferedReader;
+import java.io.FileReader;
+import java.io.IOException;
+import java.io.Serializable;
+import java.util.Iterator;
+
+/** Managed {@link org.apache.flink.api.connector.source.SourceSplit} for testing. */
+public class TestManagedIterableSourceSplit
+        implements IteratorSourceSplit<RowData, Iterator<RowData>>, Serializable {
+
+    private static final long serialVersionUID = 1L;
+
+    private final String id;
+    private final Path filePath;
+
+    private Iterator<RowData> iterator;
+
+    public TestManagedIterableSourceSplit(String id, Path filePath) {
+        this.id = id;
+        this.filePath = filePath;
+    }
+
+    @Override
+    public String splitId() {
+        return id;
+    }
+
+    @Override
+    public Iterator<RowData> getIterator() {
+        if (iterator == null) {
+            try {
+                BufferedReader reader = new BufferedReader(new FileReader(filePath.getPath()));
+                iterator =
+                        Iterators.transform(
+                                reader.lines().iterator(),
+                                line ->
+                                        GenericRowData.of(
+                                                StringData.fromString(id),
+                                                StringData.fromString(filePath.getPath()),
+                                                StringData.fromString(line)));
+            } catch (IOException e) {
+                // ignored

Review comment:
       Why ignore?




-- 
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] JingsongLi commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r788357601



##########
File path: flink-table/flink-table-common/src/test/java/org/apache/flink/table/factories/TestManagedTableFactory.java
##########
@@ -175,37 +191,153 @@ private ChangelogMode parseChangelogMode(String string) {
         return builder.build();
     }
 
-    /** Managed {@link DynamicTableSink} for testing. */
-    public static class TestManagedTableSink implements DynamicTableSink {
-
-        @Override
-        public ChangelogMode getChangelogMode(ChangelogMode requestedMode) {
-            return requestedMode;
+    private static LinkedHashMap<String, String> sortPartitionKey(
+            List<String> partitionKeys, Map<String, String> unresolvedPartitionSpec) {
+        LinkedHashMap<String, String> partialResolvedPartitionSpec = new LinkedHashMap<>();
+        for (String partitionKey : partitionKeys) {
+            partialResolvedPartitionSpec.put(
+                    partitionKey, unresolvedPartitionSpec.get(partitionKey));
         }
+        return partialResolvedPartitionSpec;
+    }
 
-        @Override
-        public SinkRuntimeProvider getSinkRuntimeProvider(Context context) {
-            throw new UnsupportedOperationException();
+    private static Pattern buildPartitionRegex(

Review comment:
       Just use `PartitionPathUtils`?




-- 
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] JingsongLi commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r789427624



##########
File path: flink-table/flink-table-planner/src/test/resources/META-INF/services/org.apache.flink.table.factories.Factory
##########
@@ -13,8 +13,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-org.apache.flink.formats.testcsv.TestCsvFormatFactory

Review comment:
       Can you revert this? This looks like a pointless modification.




-- 
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 edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cc5eaf1dd5be0414a77c59f619e407c01d083e0c Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685) 
   * aaa28299f21fa2d6abbf6078044b0c7aa906715d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733) 
   * 9e19879e4b7b6fc0304cb5c36bbb972721e97c6d 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cc5eaf1dd5be0414a77c59f619e407c01d083e0c Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685) 
   * aaa28299f21fa2d6abbf6078044b0c7aa906715d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733) 
   * 9e19879e4b7b6fc0304cb5c36bbb972721e97c6d 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5af58817a870e6f92707b900b27db0f249004c81 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649) 
   * a5974a811e657ccabb90c1c913c00adb56f53ebe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657) 
   
   <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] LadyForest commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
LadyForest commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r787562855



##########
File path: flink-table/flink-table-common/src/test/java/org/apache/flink/table/connector/source/TestManagedTableSink.java
##########
@@ -0,0 +1,468 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.table.connector.source;
+
+import org.apache.flink.api.common.serialization.Encoder;
+import org.apache.flink.api.connector.sink.Committer;
+import org.apache.flink.api.connector.sink.GlobalCommitter;
+import org.apache.flink.api.connector.sink.Sink;
+import org.apache.flink.api.connector.sink.SinkWriter;
+import org.apache.flink.core.fs.FSDataOutputStream;
+import org.apache.flink.core.fs.FileSystem;
+import org.apache.flink.core.fs.Path;
+import org.apache.flink.core.io.SimpleVersionedSerializer;
+import org.apache.flink.core.memory.DataInputDeserializer;
+import org.apache.flink.core.memory.DataOutputSerializer;
+import org.apache.flink.table.catalog.CatalogPartitionSpec;
+import org.apache.flink.table.catalog.ObjectIdentifier;
+import org.apache.flink.table.connector.ChangelogMode;
+import org.apache.flink.table.connector.sink.DynamicTableSink;
+import org.apache.flink.table.connector.sink.SinkProvider;
+import org.apache.flink.table.connector.sink.abilities.SupportsOverwrite;
+import org.apache.flink.table.connector.sink.abilities.SupportsPartitioning;
+import org.apache.flink.table.data.GenericRowData;
+import org.apache.flink.table.data.RowData;
+import org.apache.flink.table.data.StringData;
+import org.apache.flink.table.factories.DynamicTableFactory;
+import org.apache.flink.table.factories.TestManagedTableFactory;
+import org.apache.flink.table.utils.PartitionPathUtils;
+
+import java.io.IOException;
+import java.io.OutputStream;
+import java.io.Serializable;
+import java.nio.charset.StandardCharsets;
+import java.util.ArrayList;
+import java.util.Collection;
+import java.util.Collections;
+import java.util.HashMap;
+import java.util.HashSet;
+import java.util.LinkedHashMap;
+import java.util.List;
+import java.util.Map;
+import java.util.Optional;
+import java.util.Set;
+import java.util.UUID;
+import java.util.concurrent.atomic.AtomicReference;
+
+/** Managed {@link DynamicTableSink} for testing. */
+public class TestManagedTableSink
+        implements DynamicTableSink, SupportsOverwrite, SupportsPartitioning {
+
+    private final DynamicTableFactory.Context context;
+    private final Path basePath;
+
+    private LinkedHashMap<String, String> staticPartitionSpecs = new LinkedHashMap<>();
+    private boolean overwrite = false;
+
+    public TestManagedTableSink(DynamicTableFactory.Context context, Path basePath) {
+        this.context = context;
+        this.basePath = basePath;
+    }
+
+    @Override
+    public ChangelogMode getChangelogMode(ChangelogMode requestedMode) {
+        return ChangelogMode.insertOnly();
+    }
+
+    @Override
+    public SinkRuntimeProvider getSinkRuntimeProvider(Context context) {
+        return SinkProvider.of(new TestManagedSink(this.context.getObjectIdentifier(), basePath));
+    }
+
+    @Override
+    public DynamicTableSink copy() {
+        TestManagedTableSink copied = new TestManagedTableSink(context, basePath);
+        copied.overwrite = this.overwrite;
+        copied.staticPartitionSpecs = this.staticPartitionSpecs;
+        return copied;
+    }
+
+    @Override
+    public String asSummaryString() {
+        return "TestManagedSink";
+    }
+
+    @Override
+    public void applyOverwrite(boolean overwrite) {
+        this.overwrite = overwrite;
+    }
+
+    @Override
+    public void applyStaticPartition(Map<String, String> partition) {
+        List<String> partitionKeys = context.getCatalogTable().getPartitionKeys();
+        for (String partitionKey : partitionKeys) {
+            if (partition.containsKey(partitionKey)) {
+                staticPartitionSpecs.put(partitionKey, partition.get(partitionKey));
+            }
+        }
+    }
+
+    /** Managed {@link Sink} for testing compaction. */
+    public static class TestManagedSink
+            implements Sink<RowData, TestManagedCommittable, Void, Void> {
+
+        private final ObjectIdentifier tableIdentifier;
+        private final Path basePath;
+
+        public TestManagedSink(ObjectIdentifier tableIdentifier, Path basePath) {
+            this.tableIdentifier = tableIdentifier;
+            this.basePath = basePath;
+        }
+
+        @Override
+        public SinkWriter<RowData, TestManagedCommittable, Void> createWriter(
+                InitContext context, List<Void> states) throws IOException {
+            return new TestManagedSinkWriter();
+        }
+
+        @Override
+        public Optional<Committer<TestManagedCommittable>> createCommitter() {
+            return Optional.of(new TestManagedSinkCommitter(tableIdentifier, basePath));
+        }
+
+        @Override
+        public Optional<SimpleVersionedSerializer<TestManagedCommittable>>
+                getCommittableSerializer() {
+            return Optional.of(new TestManagedSinkCommittableSerializer());
+        }
+
+        @Override
+        public Optional<SimpleVersionedSerializer<Void>> getWriterStateSerializer() {
+            return Optional.empty();
+        }
+
+        @Override
+        public Optional<GlobalCommitter<TestManagedCommittable, Void>> createGlobalCommitter() {
+            return Optional.empty();
+        }
+
+        @Override
+        public Optional<SimpleVersionedSerializer<Void>> getGlobalCommittableSerializer() {
+            return Optional.empty();
+        }
+
+        @Override
+        public Collection<String> getCompatibleStateNames() {
+            return Collections.emptyList();
+        }
+    }
+
+    /**
+     * Committable which contains the generated compact files to be created and the old files to be
+     * deleted.
+     */
+    public static class TestManagedCommittable implements Serializable {
+        private static final long serialVersionUID = 1L;
+
+        private final Map<CatalogPartitionSpec, List<RowData>> toAdd;
+        private final Map<CatalogPartitionSpec, Set<Path>> toDelete;

Review comment:
       > `CatalogPartitionSpec` is not `Serializable`
   
   `TestManagedSinkCommittableSerializer` takes care of `CatalogPartitionSpec` 




-- 
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 edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9e19879e4b7b6fc0304cb5c36bbb972721e97c6d Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735) 
   * 3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750) 
   
   <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] LadyForest edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
LadyForest edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1016159041


   > I just feel, the testing classes are too complicated, can we simplify them? We only need to test what we need, there is no need to have very strong features.
   
   I've made some efforts to simplify the implementation. However, it's a little hard for us to avoid the overall overheads for implementing source/sink(split, reader, enumerator, writer, committer, committable, etc.) since we're sitting in the `table-common` module. 
   
   I've split the static inner classes into top-level classes to achieve better readability to make each file smaller.


-- 
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] JingsongLi commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r787389637



##########
File path: flink-table/flink-table-common/src/test/java/org/apache/flink/table/connector/source/TestManagedTableSink.java
##########
@@ -0,0 +1,468 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.table.connector.source;
+
+import org.apache.flink.api.common.serialization.Encoder;
+import org.apache.flink.api.connector.sink.Committer;
+import org.apache.flink.api.connector.sink.GlobalCommitter;
+import org.apache.flink.api.connector.sink.Sink;
+import org.apache.flink.api.connector.sink.SinkWriter;
+import org.apache.flink.core.fs.FSDataOutputStream;
+import org.apache.flink.core.fs.FileSystem;
+import org.apache.flink.core.fs.Path;
+import org.apache.flink.core.io.SimpleVersionedSerializer;
+import org.apache.flink.core.memory.DataInputDeserializer;
+import org.apache.flink.core.memory.DataOutputSerializer;
+import org.apache.flink.table.catalog.CatalogPartitionSpec;
+import org.apache.flink.table.catalog.ObjectIdentifier;
+import org.apache.flink.table.connector.ChangelogMode;
+import org.apache.flink.table.connector.sink.DynamicTableSink;
+import org.apache.flink.table.connector.sink.SinkProvider;
+import org.apache.flink.table.connector.sink.abilities.SupportsOverwrite;
+import org.apache.flink.table.connector.sink.abilities.SupportsPartitioning;
+import org.apache.flink.table.data.GenericRowData;
+import org.apache.flink.table.data.RowData;
+import org.apache.flink.table.data.StringData;
+import org.apache.flink.table.factories.DynamicTableFactory;
+import org.apache.flink.table.factories.TestManagedTableFactory;
+import org.apache.flink.table.utils.PartitionPathUtils;
+
+import java.io.IOException;
+import java.io.OutputStream;
+import java.io.Serializable;
+import java.nio.charset.StandardCharsets;
+import java.util.ArrayList;
+import java.util.Collection;
+import java.util.Collections;
+import java.util.HashMap;
+import java.util.HashSet;
+import java.util.LinkedHashMap;
+import java.util.List;
+import java.util.Map;
+import java.util.Optional;
+import java.util.Set;
+import java.util.UUID;
+import java.util.concurrent.atomic.AtomicReference;
+
+/** Managed {@link DynamicTableSink} for testing. */
+public class TestManagedTableSink
+        implements DynamicTableSink, SupportsOverwrite, SupportsPartitioning {
+
+    private final DynamicTableFactory.Context context;
+    private final Path basePath;
+
+    private LinkedHashMap<String, String> staticPartitionSpecs = new LinkedHashMap<>();
+    private boolean overwrite = false;
+
+    public TestManagedTableSink(DynamicTableFactory.Context context, Path basePath) {
+        this.context = context;
+        this.basePath = basePath;
+    }
+
+    @Override
+    public ChangelogMode getChangelogMode(ChangelogMode requestedMode) {
+        return ChangelogMode.insertOnly();
+    }
+
+    @Override
+    public SinkRuntimeProvider getSinkRuntimeProvider(Context context) {
+        return SinkProvider.of(new TestManagedSink(this.context.getObjectIdentifier(), basePath));
+    }
+
+    @Override
+    public DynamicTableSink copy() {
+        TestManagedTableSink copied = new TestManagedTableSink(context, basePath);
+        copied.overwrite = this.overwrite;
+        copied.staticPartitionSpecs = this.staticPartitionSpecs;
+        return copied;
+    }
+
+    @Override
+    public String asSummaryString() {
+        return "TestManagedSink";
+    }
+
+    @Override
+    public void applyOverwrite(boolean overwrite) {
+        this.overwrite = overwrite;
+    }
+
+    @Override
+    public void applyStaticPartition(Map<String, String> partition) {
+        List<String> partitionKeys = context.getCatalogTable().getPartitionKeys();
+        for (String partitionKey : partitionKeys) {
+            if (partition.containsKey(partitionKey)) {
+                staticPartitionSpecs.put(partitionKey, partition.get(partitionKey));
+            }
+        }
+    }
+
+    /** Managed {@link Sink} for testing compaction. */
+    public static class TestManagedSink
+            implements Sink<RowData, TestManagedCommittable, Void, Void> {
+
+        private final ObjectIdentifier tableIdentifier;
+        private final Path basePath;
+
+        public TestManagedSink(ObjectIdentifier tableIdentifier, Path basePath) {
+            this.tableIdentifier = tableIdentifier;
+            this.basePath = basePath;
+        }
+
+        @Override
+        public SinkWriter<RowData, TestManagedCommittable, Void> createWriter(
+                InitContext context, List<Void> states) throws IOException {
+            return new TestManagedSinkWriter();
+        }
+
+        @Override
+        public Optional<Committer<TestManagedCommittable>> createCommitter() {
+            return Optional.of(new TestManagedSinkCommitter(tableIdentifier, basePath));
+        }
+
+        @Override
+        public Optional<SimpleVersionedSerializer<TestManagedCommittable>>
+                getCommittableSerializer() {
+            return Optional.of(new TestManagedSinkCommittableSerializer());
+        }
+
+        @Override
+        public Optional<SimpleVersionedSerializer<Void>> getWriterStateSerializer() {
+            return Optional.empty();
+        }
+
+        @Override
+        public Optional<GlobalCommitter<TestManagedCommittable, Void>> createGlobalCommitter() {
+            return Optional.empty();
+        }
+
+        @Override
+        public Optional<SimpleVersionedSerializer<Void>> getGlobalCommittableSerializer() {
+            return Optional.empty();
+        }
+
+        @Override
+        public Collection<String> getCompatibleStateNames() {
+            return Collections.emptyList();
+        }
+    }
+
+    /**
+     * Committable which contains the generated compact files to be created and the old files to be
+     * deleted.
+     */
+    public static class TestManagedCommittable implements Serializable {
+        private static final long serialVersionUID = 1L;
+
+        private final Map<CatalogPartitionSpec, List<RowData>> toAdd;
+        private final Map<CatalogPartitionSpec, Set<Path>> toDelete;

Review comment:
       `CatalogPartitionSpec` is not `Serializable`

##########
File path: flink-table/flink-table-common/src/test/java/org/apache/flink/table/connector/source/TestManagedTableSink.java
##########
@@ -0,0 +1,468 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.table.connector.source;
+
+import org.apache.flink.api.common.serialization.Encoder;
+import org.apache.flink.api.connector.sink.Committer;
+import org.apache.flink.api.connector.sink.GlobalCommitter;
+import org.apache.flink.api.connector.sink.Sink;
+import org.apache.flink.api.connector.sink.SinkWriter;
+import org.apache.flink.core.fs.FSDataOutputStream;
+import org.apache.flink.core.fs.FileSystem;
+import org.apache.flink.core.fs.Path;
+import org.apache.flink.core.io.SimpleVersionedSerializer;
+import org.apache.flink.core.memory.DataInputDeserializer;
+import org.apache.flink.core.memory.DataOutputSerializer;
+import org.apache.flink.table.catalog.CatalogPartitionSpec;
+import org.apache.flink.table.catalog.ObjectIdentifier;
+import org.apache.flink.table.connector.ChangelogMode;
+import org.apache.flink.table.connector.sink.DynamicTableSink;
+import org.apache.flink.table.connector.sink.SinkProvider;
+import org.apache.flink.table.connector.sink.abilities.SupportsOverwrite;
+import org.apache.flink.table.connector.sink.abilities.SupportsPartitioning;
+import org.apache.flink.table.data.GenericRowData;
+import org.apache.flink.table.data.RowData;
+import org.apache.flink.table.data.StringData;
+import org.apache.flink.table.factories.DynamicTableFactory;
+import org.apache.flink.table.factories.TestManagedTableFactory;
+import org.apache.flink.table.utils.PartitionPathUtils;
+
+import java.io.IOException;
+import java.io.OutputStream;
+import java.io.Serializable;
+import java.nio.charset.StandardCharsets;
+import java.util.ArrayList;
+import java.util.Collection;
+import java.util.Collections;
+import java.util.HashMap;
+import java.util.HashSet;
+import java.util.LinkedHashMap;
+import java.util.List;
+import java.util.Map;
+import java.util.Optional;
+import java.util.Set;
+import java.util.UUID;
+import java.util.concurrent.atomic.AtomicReference;
+
+/** Managed {@link DynamicTableSink} for testing. */
+public class TestManagedTableSink
+        implements DynamicTableSink, SupportsOverwrite, SupportsPartitioning {
+
+    private final DynamicTableFactory.Context context;
+    private final Path basePath;
+
+    private LinkedHashMap<String, String> staticPartitionSpecs = new LinkedHashMap<>();
+    private boolean overwrite = false;
+
+    public TestManagedTableSink(DynamicTableFactory.Context context, Path basePath) {
+        this.context = context;
+        this.basePath = basePath;
+    }
+
+    @Override
+    public ChangelogMode getChangelogMode(ChangelogMode requestedMode) {
+        return ChangelogMode.insertOnly();
+    }
+
+    @Override
+    public SinkRuntimeProvider getSinkRuntimeProvider(Context context) {
+        return SinkProvider.of(new TestManagedSink(this.context.getObjectIdentifier(), basePath));
+    }
+
+    @Override
+    public DynamicTableSink copy() {
+        TestManagedTableSink copied = new TestManagedTableSink(context, basePath);
+        copied.overwrite = this.overwrite;
+        copied.staticPartitionSpecs = this.staticPartitionSpecs;
+        return copied;
+    }
+
+    @Override
+    public String asSummaryString() {
+        return "TestManagedSink";
+    }
+
+    @Override
+    public void applyOverwrite(boolean overwrite) {
+        this.overwrite = overwrite;
+    }
+
+    @Override
+    public void applyStaticPartition(Map<String, String> partition) {
+        List<String> partitionKeys = context.getCatalogTable().getPartitionKeys();
+        for (String partitionKey : partitionKeys) {
+            if (partition.containsKey(partitionKey)) {
+                staticPartitionSpecs.put(partitionKey, partition.get(partitionKey));
+            }
+        }
+    }
+
+    /** Managed {@link Sink} for testing compaction. */
+    public static class TestManagedSink
+            implements Sink<RowData, TestManagedCommittable, Void, Void> {
+
+        private final ObjectIdentifier tableIdentifier;
+        private final Path basePath;
+
+        public TestManagedSink(ObjectIdentifier tableIdentifier, Path basePath) {
+            this.tableIdentifier = tableIdentifier;
+            this.basePath = basePath;
+        }
+
+        @Override
+        public SinkWriter<RowData, TestManagedCommittable, Void> createWriter(
+                InitContext context, List<Void> states) throws IOException {
+            return new TestManagedSinkWriter();
+        }
+
+        @Override
+        public Optional<Committer<TestManagedCommittable>> createCommitter() {
+            return Optional.of(new TestManagedSinkCommitter(tableIdentifier, basePath));
+        }
+
+        @Override
+        public Optional<SimpleVersionedSerializer<TestManagedCommittable>>
+                getCommittableSerializer() {
+            return Optional.of(new TestManagedSinkCommittableSerializer());
+        }
+
+        @Override
+        public Optional<SimpleVersionedSerializer<Void>> getWriterStateSerializer() {
+            return Optional.empty();
+        }
+
+        @Override
+        public Optional<GlobalCommitter<TestManagedCommittable, Void>> createGlobalCommitter() {
+            return Optional.empty();
+        }
+
+        @Override
+        public Optional<SimpleVersionedSerializer<Void>> getGlobalCommittableSerializer() {
+            return Optional.empty();
+        }
+
+        @Override
+        public Collection<String> getCompatibleStateNames() {
+            return Collections.emptyList();
+        }
+    }
+
+    /**
+     * Committable which contains the generated compact files to be created and the old files to be
+     * deleted.
+     */
+    public static class TestManagedCommittable implements Serializable {
+        private static final long serialVersionUID = 1L;
+
+        private final Map<CatalogPartitionSpec, List<RowData>> toAdd;
+        private final Map<CatalogPartitionSpec, Set<Path>> toDelete;
+
+        public TestManagedCommittable(
+                Map<CatalogPartitionSpec, List<RowData>> toAdd,
+                Map<CatalogPartitionSpec, Set<Path>> toDelete) {
+            this.toAdd = toAdd;
+            this.toDelete = toDelete;
+        }
+
+        public static TestManagedCommittable combine(List<TestManagedCommittable> committables) {
+            Map<CatalogPartitionSpec, List<RowData>> toAdd = new HashMap<>();
+            Map<CatalogPartitionSpec, Set<Path>> toDelete = new HashMap<>();
+            for (TestManagedCommittable committable : committables) {
+                Map<CatalogPartitionSpec, List<RowData>> partialAdd = committable.toAdd;
+                Map<CatalogPartitionSpec, Set<Path>> partialDelete = committable.toDelete;
+
+                for (Map.Entry<CatalogPartitionSpec, List<RowData>> entry : partialAdd.entrySet()) {
+                    CatalogPartitionSpec partitionSpec = entry.getKey();
+                    List<RowData> elements = toAdd.getOrDefault(partitionSpec, new ArrayList<>());
+                    elements.addAll(entry.getValue());
+                    toAdd.put(partitionSpec, elements);
+                }
+
+                for (Map.Entry<CatalogPartitionSpec, Set<Path>> entry : partialDelete.entrySet()) {
+                    CatalogPartitionSpec partitionSpec = entry.getKey();
+                    Set<Path> paths = toDelete.getOrDefault(partitionSpec, new HashSet<>());
+                    paths.addAll(entry.getValue());
+                    toDelete.put(partitionSpec, paths);
+                }
+            }
+            return new TestManagedCommittable(toAdd, toDelete);
+        }
+    }
+
+    /** Managed {@link SinkWriter} for testing compaction. */
+    public static class TestManagedSinkWriter
+            implements SinkWriter<RowData, TestManagedCommittable, Void> {
+
+        private final Map<String, CatalogPartitionSpec> processedPartitions = new HashMap<>();
+        private final Map<CatalogPartitionSpec, List<RowData>> stagingElements = new HashMap<>();
+        private final Map<CatalogPartitionSpec, Set<Path>> toDelete = new HashMap<>();
+
+        @Override
+        public void write(RowData element, Context context)
+                throws IOException, InterruptedException {
+            assert element.getArity() == 3;
+            String partition = element.getString(0).toString();
+            Path filePath = new Path(element.getString(1).toString());
+            RowData rowData = GenericRowData.of(element.getString(2));
+            CatalogPartitionSpec currentPartitionSpec =
+                    processedPartitions.getOrDefault(
+                            partition,
+                            new CatalogPartitionSpec(
+                                    PartitionPathUtils.extractPartitionSpecFromPath(filePath)));
+            processedPartitions.put(partition, currentPartitionSpec);
+            List<RowData> elements =
+                    stagingElements.getOrDefault(currentPartitionSpec, new ArrayList<>());
+            elements.add(rowData);
+            stagingElements.put(currentPartitionSpec, elements);
+            Set<Path> old = toDelete.getOrDefault(currentPartitionSpec, new HashSet<>());
+            old.add(filePath);
+            toDelete.put(currentPartitionSpec, old);
+        }
+
+        @Override
+        public List<TestManagedCommittable> prepareCommit(boolean flush)
+                throws IOException, InterruptedException {
+            return Collections.singletonList(new TestManagedCommittable(stagingElements, toDelete));
+        }
+
+        @Override
+        public void close() throws Exception {}
+    }
+
+    /** Managed {@link Committer} for testing compaction. */
+    public static class TestManagedSinkCommitter implements Committer<TestManagedCommittable> {
+
+        private final ObjectIdentifier tableIdentifier;
+        private final Path basePath;
+        private final transient RowDataEncoder encoder = new RowDataEncoder();

Review comment:
       dom't add `transient` in non-ser class




-- 
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 edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659) 
   * b8d38cab5e0afaf20f07d9aa707729f19962e2b8 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672) 
   * 455dfd8ad2146f35d31a602715a9b27a07aa2aba Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678) 
   * cc5eaf1dd5be0414a77c59f619e407c01d083e0c 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] LadyForest commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
LadyForest commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r788376320



##########
File path: flink-table/flink-table-planner/src/test/resources/META-INF/services/org.apache.flink.table.factories.Factory
##########
@@ -13,8 +13,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-org.apache.flink.formats.testcsv.TestCsvFormatFactory

Review comment:
       > Why change order?
   
   When removing `TestManagedTableFactory` from the file, I change the order by mistake, will sort them alphabetically




-- 
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 edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659) 
   * b8d38cab5e0afaf20f07d9aa707729f19962e2b8 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857",
       "triggerID" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154b36442660ab9898943a3c3d34a2591023f312",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997",
       "triggerID" : "154b36442660ab9898943a3c3d34a2591023f312",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7da11c60c656bfab79cf3ae76bc56cc729ae24a6 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857) 
   * 154b36442660ab9898943a3c3d34a2591023f312 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997) 
   * a638e63713a9453e027d5c45aa6db05a9bec9230 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857",
       "triggerID" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154b36442660ab9898943a3c3d34a2591023f312",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997",
       "triggerID" : "154b36442660ab9898943a3c3d34a2591023f312",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30005",
       "triggerID" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30016",
       "triggerID" : "dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a638e63713a9453e027d5c45aa6db05a9bec9230 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30005) 
   * dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30016) 
   
   <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] JingsongLi commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r788353676



##########
File path: flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/SourceQueryOperation.java
##########
@@ -39,9 +39,16 @@
 public class SourceQueryOperation implements QueryOperation {
 
     private final ContextResolvedTable contextResolvedTable;
+    private final Map<String, String> dynamicOptions;
 
     public SourceQueryOperation(ContextResolvedTable contextResolvedTable) {
+        this(contextResolvedTable, Collections.emptyMap());
+    }
+
+    public SourceQueryOperation(
+            ContextResolvedTable contextResolvedTable, Map<String, String> dynamicOptions) {

Review comment:
       I  feel it is better to use Nullable. `scan(t)` and `scan(t, dynamicOptions)` are different.




-- 
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 edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cc5eaf1dd5be0414a77c59f619e407c01d083e0c Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685) 
   * aaa28299f21fa2d6abbf6078044b0c7aa906715d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733) 
   
   <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] JingsongLi commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r788355740



##########
File path: flink-formats/flink-orc/pom.xml
##########
@@ -145,6 +145,19 @@ under the License.
 			<scope>test</scope>
 			<type>test-jar</type>
 		</dependency>
+		<dependency>

Review comment:
       > TestManagedFactory can be removed from org.apache.flink.table.factories.Factory file under the table-planner module to avoid adding a test-jar dependency. 
   
   Where? Can you clarify where the changes led here?




-- 
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 edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cc5eaf1dd5be0414a77c59f619e407c01d083e0c Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685) 
   * aaa28299f21fa2d6abbf6078044b0c7aa906715d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733) 
   * 9e19879e4b7b6fc0304cb5c36bbb972721e97c6d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5af58817a870e6f92707b900b27db0f249004c81 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649) 
   * a5974a811e657ccabb90c1c913c00adb56f53ebe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657) 
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5af58817a870e6f92707b900b27db0f249004c81 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cc5eaf1dd5be0414a77c59f619e407c01d083e0c Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685) 
   * aaa28299f21fa2d6abbf6078044b0c7aa906715d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733) 
   
   <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] JingsongLi commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r789416407



##########
File path: flink-formats/flink-orc/pom.xml
##########
@@ -145,6 +145,19 @@ under the License.
 			<scope>test</scope>
 			<type>test-jar</type>
 		</dependency>
+		<dependency>

Review comment:
       I mean `com.google.guava`




-- 
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 edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857",
       "triggerID" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154b36442660ab9898943a3c3d34a2591023f312",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997",
       "triggerID" : "154b36442660ab9898943a3c3d34a2591023f312",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0becff6fff82bb6d816b2d02f366a8de81bf8f24",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0becff6fff82bb6d816b2d02f366a8de81bf8f24",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7da11c60c656bfab79cf3ae76bc56cc729ae24a6 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857) 
   * 154b36442660ab9898943a3c3d34a2591023f312 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997) 
   * 0becff6fff82bb6d816b2d02f366a8de81bf8f24 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] JingsongLi closed pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
JingsongLi closed pull request #18394:
URL: https://github.com/apache/flink/pull/18394


   


-- 
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 edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857",
       "triggerID" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154b36442660ab9898943a3c3d34a2591023f312",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997",
       "triggerID" : "154b36442660ab9898943a3c3d34a2591023f312",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7da11c60c656bfab79cf3ae76bc56cc729ae24a6 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857) 
   * 154b36442660ab9898943a3c3d34a2591023f312 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857",
       "triggerID" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154b36442660ab9898943a3c3d34a2591023f312",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997",
       "triggerID" : "154b36442660ab9898943a3c3d34a2591023f312",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7da11c60c656bfab79cf3ae76bc56cc729ae24a6 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857) 
   * 154b36442660ab9898943a3c3d34a2591023f312 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997) 
   * a638e63713a9453e027d5c45aa6db05a9bec9230 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857",
       "triggerID" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154b36442660ab9898943a3c3d34a2591023f312",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997",
       "triggerID" : "154b36442660ab9898943a3c3d34a2591023f312",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30005",
       "triggerID" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30016",
       "triggerID" : "dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "496911178b06d4b404ba74cfac0c90b4ca121dd6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30065",
       "triggerID" : "496911178b06d4b404ba74cfac0c90b4ca121dd6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 496911178b06d4b404ba74cfac0c90b4ca121dd6 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30065) 
   
   <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] flinkbot commented on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot commented on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015321858


   Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community
   to review your pull request. We will use this comment to track the progress of the review.
   
   
   ## Automated Checks
   Last check on commit 6d75de07bd21a84d82600a82b837a0b91037db61 (Tue Jan 18 11:28:32 UTC 2022)
   
   **Warnings:**
    * **1 pom.xml files were touched**: Check for build and licensing issues.
    * No documentation files were touched! Remember to keep the Flink docs up to date!
   
   
   <sub>Mention the bot in a comment to re-run the automated checks.</sub>
   ## Review Progress
   
   * ❓ 1. The [description] looks good.
   * ❓ 2. There is [consensus] that the contribution should go into to Flink.
   * ❓ 3. Needs [attention] from.
   * ❓ 4. The change fits into the overall [architecture].
   * ❓ 5. Overall code [quality] is good.
   
   Please see the [Pull Request Review Guide](https://flink.apache.org/contributing/reviewing-prs.html) for a full explanation of the review process.<details>
    The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot approve description` to approve one or more aspects (aspects: `description`, `consensus`, `architecture` and `quality`)
    - `@flinkbot approve all` to approve all aspects
    - `@flinkbot approve-until architecture` to approve everything until `architecture`
    - `@flinkbot attention @username1 [@username2 ..]` to require somebody's attention
    - `@flinkbot disapprove architecture` to remove an approval you gave earlier
   </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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5af58817a870e6f92707b900b27db0f249004c81 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649) 
   * a5974a811e657ccabb90c1c913c00adb56f53ebe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5af58817a870e6f92707b900b27db0f249004c81 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649) 
   * a5974a811e657ccabb90c1c913c00adb56f53ebe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657) 
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 455dfd8ad2146f35d31a602715a9b27a07aa2aba Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678) 
   * cc5eaf1dd5be0414a77c59f619e407c01d083e0c Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5af58817a870e6f92707b900b27db0f249004c81 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649) 
   * a5974a811e657ccabb90c1c913c00adb56f53ebe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657) 
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659) 
   * b8d38cab5e0afaf20f07d9aa707729f19962e2b8 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672) 
   * 455dfd8ad2146f35d31a602715a9b27a07aa2aba 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9e19879e4b7b6fc0304cb5c36bbb972721e97c6d Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735) 
   * 3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7 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] JingsongLi commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r788356617



##########
File path: flink-table/flink-table-common/src/test/java/org/apache/flink/table/connector/source/TestManagedFileSourceSplitSerializer.java
##########
@@ -0,0 +1,62 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.table.connector.source;
+
+import org.apache.flink.core.fs.Path;
+import org.apache.flink.core.io.SimpleVersionedSerializer;
+import org.apache.flink.core.memory.DataInputDeserializer;
+import org.apache.flink.core.memory.DataOutputSerializer;
+
+import java.io.IOException;
+
+/** Managed {@link SimpleVersionedSerializer} for testing. */
+public class TestManagedFileSourceSplitSerializer
+        implements SimpleVersionedSerializer<TestManagedIterableSourceSplit> {
+
+    private static final int VERSION = 1;
+
+    private final DataOutputSerializer out = new DataOutputSerializer(64);

Review comment:
       Don't reuse this DataOutputSerializer




-- 
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] JingsongLi commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r788356281



##########
File path: flink-table/flink-table-common/src/test/java/org/apache/flink/table/connector/sink/TestManagedCommittable.java
##########
@@ -0,0 +1,81 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.table.connector.sink;
+
+import org.apache.flink.core.fs.Path;
+import org.apache.flink.table.catalog.CatalogPartitionSpec;
+import org.apache.flink.table.data.RowData;
+
+import java.io.Serializable;
+import java.util.ArrayList;
+import java.util.HashMap;
+import java.util.HashSet;
+import java.util.List;
+import java.util.Map;
+import java.util.Set;
+
+/**
+ * Committable which contains the generated compact files to be created and the old files to be
+ * deleted.
+ */
+public class TestManagedCommittable implements Serializable {

Review comment:
       `TestManagedCommittable` can not be Serializable, and I think `RowData` is not Serializable




-- 
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] LadyForest commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
LadyForest commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r789511549



##########
File path: flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/utils/TableTestBase.scala
##########
@@ -47,21 +53,30 @@ import org.apache.flink.table.expressions.Expression
 import org.apache.flink.table.factories.{FactoryUtil, PlannerFactoryUtil, StreamTableSourceFactory}
 import org.apache.flink.table.functions._
 import org.apache.flink.table.module.ModuleManager
-import org.apache.flink.table.operations.{ModifyOperation, Operation, QueryOperation, SinkModifyOperation}
+import org.apache.flink.table.operations.ModifyOperation
+import org.apache.flink.table.operations.Operation
+import org.apache.flink.table.operations.QueryOperation
+import org.apache.flink.table.operations.SinkModifyOperation

Review comment:
       I diffed the scala-checkstyle config file under the .idea and tools dir and got the reason, it's so magic...
   ![image](https://user-images.githubusercontent.com/55568005/150505930-1c6829ac-3b56-410d-8dfc-b9b0d25f84be.png)
   




-- 
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] LadyForest commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
LadyForest commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r788373476



##########
File path: flink-formats/flink-orc/pom.xml
##########
@@ -145,6 +145,19 @@ under the License.
 			<scope>test</scope>
 			<type>test-jar</type>
 		</dependency>
+		<dependency>

Review comment:
       > Where? Can you clarify where the changes led here?
   
   The following dependency
   ```xml
   <dependency>
       <groupId>org.apache.flink</groupId>
       <artifactId>flink-table-common</artifactId>
       <version>${project.version}</version>
       <scope>test</scope>
       <type>test-jar</type>
   </dependency>
   ``` 
   is added to `flink-orc`, `flink-parquet`, `flink-python` and `flink-sql-client` in commit `c53915a62cb7cf0cd70a6256a0d0a47dcd57a2a6`
   
    and removed in commit `3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7`
   
   




-- 
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 edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5af58817a870e6f92707b900b27db0f249004c81 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649) 
   * a5974a811e657ccabb90c1c913c00adb56f53ebe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657) 
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659) 
   * b8d38cab5e0afaf20f07d9aa707729f19962e2b8 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672) 
   * 455dfd8ad2146f35d31a602715a9b27a07aa2aba 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b8d38cab5e0afaf20f07d9aa707729f19962e2b8 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672) 
   * 455dfd8ad2146f35d31a602715a9b27a07aa2aba Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678) 
   * cc5eaf1dd5be0414a77c59f619e407c01d083e0c Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685) 
   
   <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] JingsongLi commented on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1018260095


   Can you split this to multiple commits?


-- 
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 edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0ef6880cf18be2c419d5045893690cbc6f0d200f Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857",
       "triggerID" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154b36442660ab9898943a3c3d34a2591023f312",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997",
       "triggerID" : "154b36442660ab9898943a3c3d34a2591023f312",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7da11c60c656bfab79cf3ae76bc56cc729ae24a6 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857) 
   * 154b36442660ab9898943a3c3d34a2591023f312 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997) 
   * a638e63713a9453e027d5c45aa6db05a9bec9230 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5af58817a870e6f92707b900b27db0f249004c81 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649) 
   * a5974a811e657ccabb90c1c913c00adb56f53ebe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5af58817a870e6f92707b900b27db0f249004c81 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649) 
   * a5974a811e657ccabb90c1c913c00adb56f53ebe 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a5974a811e657ccabb90c1c913c00adb56f53ebe Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657) 
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cc5eaf1dd5be0414a77c59f619e407c01d083e0c Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685) 
   * aaa28299f21fa2d6abbf6078044b0c7aa906715d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5af58817a870e6f92707b900b27db0f249004c81 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649) 
   * a5974a811e657ccabb90c1c913c00adb56f53ebe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657) 
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5af58817a870e6f92707b900b27db0f249004c81 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649) 
   * a5974a811e657ccabb90c1c913c00adb56f53ebe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657) 
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857",
       "triggerID" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154b36442660ab9898943a3c3d34a2591023f312",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997",
       "triggerID" : "154b36442660ab9898943a3c3d34a2591023f312",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7da11c60c656bfab79cf3ae76bc56cc729ae24a6 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857) 
   * 154b36442660ab9898943a3c3d34a2591023f312 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857",
       "triggerID" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0ef6880cf18be2c419d5045893690cbc6f0d200f Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769) 
   * 7da11c60c656bfab79cf3ae76bc56cc729ae24a6 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857) 
   
   <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] JingsongLi commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r789416976



##########
File path: flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/SourceQueryOperation.java
##########
@@ -72,4 +85,8 @@ public String asSummaryString() {
     public <T> T accept(QueryOperationVisitor<T> visitor) {
         return visitor.visit(this);
     }
+
+    public Map<String, String> getDynamicOptions() {

Review comment:
       Add @Nullable

##########
File path: flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/operations/SqlToOperationConverterTest.java
##########
@@ -137,12 +140,12 @@
                                     catalogManager.getCurrentDatabase());
     private final PlannerContext plannerContext =
             new PlannerContext(
-                    false,

Review comment:
       Just modify this is OK

##########
File path: flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/SourceQueryOperation.java
##########
@@ -39,9 +41,17 @@
 public class SourceQueryOperation implements QueryOperation {
 
     private final ContextResolvedTable contextResolvedTable;
+    private final Map<String, String> dynamicOptions;

Review comment:
       Add @Nullable




-- 
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] LadyForest commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
LadyForest commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r789511549



##########
File path: flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/utils/TableTestBase.scala
##########
@@ -47,21 +53,30 @@ import org.apache.flink.table.expressions.Expression
 import org.apache.flink.table.factories.{FactoryUtil, PlannerFactoryUtil, StreamTableSourceFactory}
 import org.apache.flink.table.functions._
 import org.apache.flink.table.module.ModuleManager
-import org.apache.flink.table.operations.{ModifyOperation, Operation, QueryOperation, SinkModifyOperation}
+import org.apache.flink.table.operations.ModifyOperation
+import org.apache.flink.table.operations.Operation
+import org.apache.flink.table.operations.QueryOperation
+import org.apache.flink.table.operations.SinkModifyOperation

Review comment:
       I got the reason, so magic..
   ![image](https://user-images.githubusercontent.com/55568005/150505930-1c6829ac-3b56-410d-8dfc-b9b0d25f84be.png)
   




-- 
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 edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5af58817a870e6f92707b900b27db0f249004c81 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649) 
   * a5974a811e657ccabb90c1c913c00adb56f53ebe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657) 
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5af58817a870e6f92707b900b27db0f249004c81 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649) 
   * a5974a811e657ccabb90c1c913c00adb56f53ebe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659) 
   * b8d38cab5e0afaf20f07d9aa707729f19962e2b8 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659) 
   * b8d38cab5e0afaf20f07d9aa707729f19962e2b8 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659) 
   * b8d38cab5e0afaf20f07d9aa707729f19962e2b8 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659) 
   * b8d38cab5e0afaf20f07d9aa707729f19962e2b8 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659) 
   * b8d38cab5e0afaf20f07d9aa707729f19962e2b8 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672) 
   * 455dfd8ad2146f35d31a602715a9b27a07aa2aba Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678) 
   
   <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] LadyForest commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
LadyForest commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r787405220



##########
File path: flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/ddl/AlterTableCompactOperation.java
##########
@@ -18,41 +18,32 @@
 
 package org.apache.flink.table.operations.ddl;
 
-import org.apache.flink.table.catalog.CatalogPartitionSpec;
 import org.apache.flink.table.catalog.ObjectIdentifier;
-import org.apache.flink.table.operations.OperationUtils;
+import org.apache.flink.table.catalog.ResolvedCatalogTable;
+import org.apache.flink.table.operations.CatalogQueryOperation;
 
-import javax.annotation.Nullable;
-
-import java.util.Collections;
-import java.util.LinkedHashMap;
 import java.util.Map;
 
 /** Operation to describe "ALTER TABLE [PARTITION partition_spec] COMPACT" statement. */
-public class AlterTableCompactOperation extends AlterTableOperation {
+public class AlterTableCompactOperation extends CatalogQueryOperation {
 
-    private final CatalogPartitionSpec partitionSpec;
+    private final ResolvedCatalogTable resolvedManagedTable;
+    private final Map<String, String> compactOptions;
 
     public AlterTableCompactOperation(

Review comment:
       If so, how can we tell the normal `CatalogQueryOperation` from `ALTER TABLE COMPACT` during the rel conversion in`QueryOperationConverter` (e.g. check `isBatch` condition and inject dynamic options)?




-- 
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] LadyForest commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
LadyForest commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r788392600



##########
File path: flink-table/flink-table-common/src/test/java/org/apache/flink/table/connector/source/TestManagedTableSource.java
##########
@@ -0,0 +1,69 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.table.connector.source;
+
+import org.apache.flink.table.connector.ChangelogMode;
+import org.apache.flink.table.factories.DynamicTableFactory;
+
+/** Managed {@link DynamicTableSource} for testing. */
+public class TestManagedTableSource implements ScanTableSource {
+
+    private final DynamicTableFactory.Context context;
+    private final CompactPartitions partitions;
+    private final ChangelogMode changelogMode;
+
+    public TestManagedTableSource(
+            DynamicTableFactory.Context context,
+            CompactPartitions partitions,
+            ChangelogMode changelogMode) {
+        this.context = context;
+        this.partitions = partitions;
+        this.changelogMode = changelogMode;
+    }
+
+    @Override
+    public ChangelogMode getChangelogMode() {
+        return changelogMode;
+    }
+
+    @Override
+    public ScanRuntimeProvider getScanRuntimeProvider(ScanContext runtimeProviderContext) {
+        return SourceProvider.of(new TestManagedSource(partitions));
+    }
+
+    @Override
+    public DynamicTableSource copy() {
+        return new TestManagedTableSource(context, partitions, changelogMode);
+    }
+
+    @Override
+    public String asSummaryString() {
+        return "TestManagedTableSource";
+    }
+
+    @Override
+    public boolean equals(Object o) {
+        return super.equals(o);

Review comment:
       > equals and hashcode?
   
   Aha, I just copied from the previous commit. I will change it.




-- 
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] LadyForest commented on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
LadyForest commented on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1018261453


   > Can you split this to multiple commits?
   
   Sure


-- 
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 edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * aaa28299f21fa2d6abbf6078044b0c7aa906715d Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733) 
   * 9e19879e4b7b6fc0304cb5c36bbb972721e97c6d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5af58817a870e6f92707b900b27db0f249004c81 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649) 
   * a5974a811e657ccabb90c1c913c00adb56f53ebe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cc5eaf1dd5be0414a77c59f619e407c01d083e0c Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685) 
   * aaa28299f21fa2d6abbf6078044b0c7aa906715d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733) 
   * 9e19879e4b7b6fc0304cb5c36bbb972721e97c6d 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cc5eaf1dd5be0414a77c59f619e407c01d083e0c Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685) 
   * aaa28299f21fa2d6abbf6078044b0c7aa906715d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cc5eaf1dd5be0414a77c59f619e407c01d083e0c Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685) 
   * aaa28299f21fa2d6abbf6078044b0c7aa906715d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733) 
   * 9e19879e4b7b6fc0304cb5c36bbb972721e97c6d 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] LadyForest commented on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
LadyForest commented on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1016159041


   > I just feel, the testing classes are too complicate, can we simplify them? We only need to test what we need, there is no need to have very strong features.
   
   I'm afraid this version has been simplified to the most extent. After all, we need to invoke a job running (whatever job) for the ITCase right?
   
   Because the helper test factory `TestManagedFactory` is located in the `table-common` module (which causes us not to depend on any existing source/sink impl, o.w. we will get a cyclic dependency), we cannot leverage the ready-made source/sink impl to let even a word count job run. So everything needs to be built from scratch.
   
   What if we move `TestManagedFactory` from the module `table-common` to `table-planner`?
   That is great to some extent, all the pom issues and "too complicated" test helpers are resolved, but `FactoryUtilTest#testManagedConnector` will fail.
   
   And I don't think it's a good idea to maintain two `TestManagedFactory` both under `table-common` and `table-planner` modules.


-- 
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 edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6d75de07bd21a84d82600a82b837a0b91037db61 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641) 
   * 5af58817a870e6f92707b900b27db0f249004c81 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cc5eaf1dd5be0414a77c59f619e407c01d083e0c Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685) 
   * aaa28299f21fa2d6abbf6078044b0c7aa906715d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733) 
   * 9e19879e4b7b6fc0304cb5c36bbb972721e97c6d 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cc5eaf1dd5be0414a77c59f619e407c01d083e0c Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685) 
   * aaa28299f21fa2d6abbf6078044b0c7aa906715d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857",
       "triggerID" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154b36442660ab9898943a3c3d34a2591023f312",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997",
       "triggerID" : "154b36442660ab9898943a3c3d34a2591023f312",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30005",
       "triggerID" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30016",
       "triggerID" : "dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 154b36442660ab9898943a3c3d34a2591023f312 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997) 
   * a638e63713a9453e027d5c45aa6db05a9bec9230 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30005) 
   * dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30016) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857",
       "triggerID" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154b36442660ab9898943a3c3d34a2591023f312",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997",
       "triggerID" : "154b36442660ab9898943a3c3d34a2591023f312",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30005",
       "triggerID" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7da11c60c656bfab79cf3ae76bc56cc729ae24a6 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857) 
   * 154b36442660ab9898943a3c3d34a2591023f312 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997) 
   * a638e63713a9453e027d5c45aa6db05a9bec9230 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30005) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857",
       "triggerID" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154b36442660ab9898943a3c3d34a2591023f312",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997",
       "triggerID" : "154b36442660ab9898943a3c3d34a2591023f312",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30005",
       "triggerID" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30016",
       "triggerID" : "dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "496911178b06d4b404ba74cfac0c90b4ca121dd6",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "496911178b06d4b404ba74cfac0c90b4ca121dd6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30016) 
   * 496911178b06d4b404ba74cfac0c90b4ca121dd6 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857",
       "triggerID" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154b36442660ab9898943a3c3d34a2591023f312",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997",
       "triggerID" : "154b36442660ab9898943a3c3d34a2591023f312",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30005",
       "triggerID" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30016",
       "triggerID" : "dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "496911178b06d4b404ba74cfac0c90b4ca121dd6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30065",
       "triggerID" : "496911178b06d4b404ba74cfac0c90b4ca121dd6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 496911178b06d4b404ba74cfac0c90b4ca121dd6 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30065) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6d75de07bd21a84d82600a82b837a0b91037db61 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641) 
   * 5af58817a870e6f92707b900b27db0f249004c81 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "073b50a034462c9a862537be4bf8e77245e43338",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "073b50a034462c9a862537be4bf8e77245e43338",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5af58817a870e6f92707b900b27db0f249004c81 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649) 
   * a5974a811e657ccabb90c1c913c00adb56f53ebe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657) 
   * 073b50a034462c9a862537be4bf8e77245e43338 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659) 
   * b8d38cab5e0afaf20f07d9aa707729f19962e2b8 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672) 
   * 455dfd8ad2146f35d31a602715a9b27a07aa2aba 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5af58817a870e6f92707b900b27db0f249004c81 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649) 
   * a5974a811e657ccabb90c1c913c00adb56f53ebe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cc5eaf1dd5be0414a77c59f619e407c01d083e0c Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cc5eaf1dd5be0414a77c59f619e407c01d083e0c Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685) 
   * aaa28299f21fa2d6abbf6078044b0c7aa906715d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9e19879e4b7b6fc0304cb5c36bbb972721e97c6d Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735) 
   
   <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] JingsongLi commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r787387670



##########
File path: flink-table/flink-table-common/src/main/java/org/apache/flink/table/factories/ManagedTableFactory.java
##########
@@ -50,6 +51,13 @@ default String factoryIdentifier() {
     /** Notifies the listener that a table drop occurred. */
     void onDropTable(Context context, boolean ignoreIfNotExists);
 
+    /**
+     * Notifies the listener that a table compaction occurred.
+     *
+     * @return dynamic options of the file entries under compaction for this table.

Review comment:
       dynamic options for source and sink? there is no file concept in flink-sql

##########
File path: flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/calcite/FlinkRelBuilder.scala
##########
@@ -186,6 +195,44 @@ class FlinkRelBuilder(
     push(relNode)
     this
   }
+
+  def compactScan(
+      identifier: ObjectIdentifier,
+      catalogTable: ResolvedCatalogTable,
+      isTemporary: Boolean,
+      compactOptions: util.Map[String, String]): RelBuilder = {
+    val flinkContext = context.unwrap(classOf[FlinkContext])
+    val config = flinkContext.getTableConfig.getConfiguration
+
+    val hints = new util.ArrayList[RelHint]

Review comment:
       Can you just use `CatalogSourceTable` from `FlinkCalciteCatalogReader`? (You can refer to `RelBuilder`) Then you can create a `ToRelContext` for it.

##########
File path: flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/ddl/AlterTableCompactOperation.java
##########
@@ -18,41 +18,32 @@
 
 package org.apache.flink.table.operations.ddl;
 
-import org.apache.flink.table.catalog.CatalogPartitionSpec;
 import org.apache.flink.table.catalog.ObjectIdentifier;
-import org.apache.flink.table.operations.OperationUtils;
+import org.apache.flink.table.catalog.ResolvedCatalogTable;
+import org.apache.flink.table.operations.CatalogQueryOperation;
 
-import javax.annotation.Nullable;
-
-import java.util.Collections;
-import java.util.LinkedHashMap;
 import java.util.Map;
 
 /** Operation to describe "ALTER TABLE [PARTITION partition_spec] COMPACT" statement. */
-public class AlterTableCompactOperation extends AlterTableOperation {
+public class AlterTableCompactOperation extends CatalogQueryOperation {
 
-    private final CatalogPartitionSpec partitionSpec;
+    private final ResolvedCatalogTable resolvedManagedTable;
+    private final Map<String, String> compactOptions;
 
     public AlterTableCompactOperation(

Review comment:
       Maybe we can drop this class, just add `dynamicOptions` to `CatalogQueryOperation`.

##########
File path: flink-formats/flink-orc/pom.xml
##########
@@ -145,6 +145,19 @@ under the License.
 			<scope>test</scope>
 			<type>test-jar</type>
 		</dependency>
+		<dependency>

Review comment:
       Why modify orc parquet python sql-client?

##########
File path: flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/calcite/FlinkRelBuilder.scala
##########
@@ -186,6 +195,44 @@ class FlinkRelBuilder(
     push(relNode)
     this
   }
+
+  def compactScan(

Review comment:
       Maybe just `scan(ObjectIdentifier objectIdentifier, Map<String, String> dynamicOptions)`?




-- 
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 edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659) 
   * b8d38cab5e0afaf20f07d9aa707729f19962e2b8 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672) 
   * 455dfd8ad2146f35d31a602715a9b27a07aa2aba Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678) 
   * cc5eaf1dd5be0414a77c59f619e407c01d083e0c Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cc5eaf1dd5be0414a77c59f619e407c01d083e0c Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685) 
   * aaa28299f21fa2d6abbf6078044b0c7aa906715d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857",
       "triggerID" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7da11c60c656bfab79cf3ae76bc56cc729ae24a6 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0ef6880cf18be2c419d5045893690cbc6f0d200f Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769) 
   * 7da11c60c656bfab79cf3ae76bc56cc729ae24a6 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] JingsongLi commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r789435121



##########
File path: flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/utils/TableTestBase.scala
##########
@@ -47,21 +53,30 @@ import org.apache.flink.table.expressions.Expression
 import org.apache.flink.table.factories.{FactoryUtil, PlannerFactoryUtil, StreamTableSourceFactory}
 import org.apache.flink.table.functions._
 import org.apache.flink.table.module.ModuleManager
-import org.apache.flink.table.operations.{ModifyOperation, Operation, QueryOperation, SinkModifyOperation}
+import org.apache.flink.table.operations.ModifyOperation
+import org.apache.flink.table.operations.Operation
+import org.apache.flink.table.operations.QueryOperation
+import org.apache.flink.table.operations.SinkModifyOperation

Review comment:
       Your scala style may be something wrong... can you check for Flink Scala style?

##########
File path: flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/operations/SqlToOperationConverter.java
##########
@@ -572,14 +574,19 @@ private Operation convertAlterTableReset(
         return new AlterTableOptionsOperation(tableIdentifier, oldTable.copy(newOptions));
     }
 
-    private Operation convertAlterTableCompact(
+    /**
+     * Convert `ALTER TABLE ... COMPACT` operation to {@link ModifyOperation} for Flink's managed
+     * table to trigger a compaction batch job.
+     */
+    private ModifyOperation convertAlterTableCompact(
             ObjectIdentifier tableIdentifier,
-            ResolvedCatalogTable resolvedCatalogTable,
+            ContextResolvedTable contextResolvedTable,
             SqlAlterTableCompact alterTableCompact) {
         Catalog catalog = catalogManager.getCatalog(tableIdentifier.getCatalogName()).orElse(null);
+        ResolvedCatalogTable resolvedCatalogTable = contextResolvedTable.getResolvedTable();
         if (ManagedTableListener.isManagedTable(catalog, resolvedCatalogTable)) {
-            LinkedHashMap<String, String> partitionKVs = alterTableCompact.getPartitionKVs();
-            CatalogPartitionSpec partitionSpec = null;
+            Map<String, String> partitionKVs = alterTableCompact.getPartitionKVs();
+            CatalogPartitionSpec partitionSpec = new CatalogPartitionSpec(Collections.emptyMap());
             if (partitionKVs != null) {
                 List<String> orderedPartitionKeys = resolvedCatalogTable.getPartitionKeys();

Review comment:
       Minor: partitionKeys, no need to `orderedPartitionKeys`




-- 
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 edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857",
       "triggerID" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154b36442660ab9898943a3c3d34a2591023f312",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997",
       "triggerID" : "154b36442660ab9898943a3c3d34a2591023f312",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30005",
       "triggerID" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7da11c60c656bfab79cf3ae76bc56cc729ae24a6 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857) 
   * 154b36442660ab9898943a3c3d34a2591023f312 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997) 
   * a638e63713a9453e027d5c45aa6db05a9bec9230 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30005) 
   * dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659) 
   * b8d38cab5e0afaf20f07d9aa707729f19962e2b8 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672) 
   * 455dfd8ad2146f35d31a602715a9b27a07aa2aba 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5af58817a870e6f92707b900b27db0f249004c81 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649) 
   * a5974a811e657ccabb90c1c913c00adb56f53ebe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6d75de07bd21a84d82600a82b837a0b91037db61 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659) 
   * b8d38cab5e0afaf20f07d9aa707729f19962e2b8 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672) 
   
   <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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0720a8c1fc29b0ce8d953de0014a30066bf866ce Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659) 
   * b8d38cab5e0afaf20f07d9aa707729f19962e2b8 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] LadyForest commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
LadyForest commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r787401902



##########
File path: flink-formats/flink-orc/pom.xml
##########
@@ -145,6 +145,19 @@ under the License.
 			<scope>test</scope>
 			<type>test-jar</type>
 		</dependency>
+		<dependency>

Review comment:
       `TestManagedFactory` can be removed from `org.apache.flink.table.factories.Factory` file under the `table-planner` module to avoid adding a test-jar dependency. But `flink-orc` and `flink-parquet` cannot eliminate `guava` test dependency, o.w. there will be a  `NoClassDefFoundError` thrown (this transitive dependency is introduced by Calcite)
   
   




-- 
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] JingsongLi commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r788360886



##########
File path: flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/utils/TableTestBase.scala
##########
@@ -701,6 +701,23 @@ abstract class TableTestUtilBase(test: TableTestBase, isStreamingMode: Boolean)
     verifyExplain(statSet, extraDetails: _*)
   }
 
+  /**
+   * Verify the explain result for the given ALTER TABLE COMPACT clause.
+   * The explain result will contain the extra [[ExplainDetail]]s.
+   */
+  def verifyExplainCompact(compact: String): Unit = {

Review comment:
       `verifyExplainSql`?




-- 
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 edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857",
       "triggerID" : "7da11c60c656bfab79cf3ae76bc56cc729ae24a6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154b36442660ab9898943a3c3d34a2591023f312",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997",
       "triggerID" : "154b36442660ab9898943a3c3d34a2591023f312",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30005",
       "triggerID" : "a638e63713a9453e027d5c45aa6db05a9bec9230",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30016",
       "triggerID" : "dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7da11c60c656bfab79cf3ae76bc56cc729ae24a6 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29857) 
   * 154b36442660ab9898943a3c3d34a2591023f312 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29997) 
   * a638e63713a9453e027d5c45aa6db05a9bec9230 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30005) 
   * dd9c3676a2c5f1b46a98e785c7b2c6dfb61eaa7c Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30016) 
   
   <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] LadyForest edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
LadyForest edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1016159041


   > I just feel, the testing classes are too complicate, can we simplify them? We only need to test what we need, there is no need to have very strong features.
   
   I'm afraid this version has been simplified to the most extent. After all, we need to invoke a job running (whatever job) for the ITCase right? Or to be more reasonable, let a meaningful job (which presents a "compaction") run.
   
   Because the helper test factory `TestManagedTableFactory` is located in the `table-common` module (which causes us not to depend on any existing source/sink impl, o.w. we will get a cyclic dependency), we cannot leverage the ready-made source/sink impl to let even a word count job run. So everything needs to be built from scratch.
   
   What if we move `TestManagedTableFactory` from the module `table-common` to `table-planner`?
   That is great to some extent, all the pom issues and "too complicated" test helpers are resolved, but `FactoryUtilTest#testManagedConnector` will fail.
   
   And I don't think it's a good idea to maintain two `TestManagedTableFactory` both under `table-common` and `table-planner` modules.


-- 
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 edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cc5eaf1dd5be0414a77c59f619e407c01d083e0c Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685) 
   * aaa28299f21fa2d6abbf6078044b0c7aa906715d 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cc5eaf1dd5be0414a77c59f619e407c01d083e0c Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685) 
   * aaa28299f21fa2d6abbf6078044b0c7aa906715d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733) 
   * 9e19879e4b7b6fc0304cb5c36bbb972721e97c6d 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cc5eaf1dd5be0414a77c59f619e407c01d083e0c Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685) 
   * aaa28299f21fa2d6abbf6078044b0c7aa906715d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733) 
   * 9e19879e4b7b6fc0304cb5c36bbb972721e97c6d 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9e19879e4b7b6fc0304cb5c36bbb972721e97c6d Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735) 
   * 3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750) 
   * 0ef6880cf18be2c419d5045893690cbc6f0d200f 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] flinkbot edited a comment on pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18394:
URL: https://github.com/apache/flink/pull/18394#issuecomment-1015323011


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29641",
       "triggerID" : "6d75de07bd21a84d82600a82b837a0b91037db61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5af58817a870e6f92707b900b27db0f249004c81",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29649",
       "triggerID" : "5af58817a870e6f92707b900b27db0f249004c81",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29657",
       "triggerID" : "a5974a811e657ccabb90c1c913c00adb56f53ebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29659",
       "triggerID" : "0720a8c1fc29b0ce8d953de0014a30066bf866ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29672",
       "triggerID" : "b8d38cab5e0afaf20f07d9aa707729f19962e2b8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29678",
       "triggerID" : "455dfd8ad2146f35d31a602715a9b27a07aa2aba",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29685",
       "triggerID" : "cc5eaf1dd5be0414a77c59f619e407c01d083e0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29733",
       "triggerID" : "aaa28299f21fa2d6abbf6078044b0c7aa906715d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29735",
       "triggerID" : "9e19879e4b7b6fc0304cb5c36bbb972721e97c6d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750",
       "triggerID" : "3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769",
       "triggerID" : "0ef6880cf18be2c419d5045893690cbc6f0d200f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29750) 
   * 0ef6880cf18be2c419d5045893690cbc6f0d200f Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29769) 
   
   <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] JingsongLi closed pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
JingsongLi closed pull request #18394:
URL: https://github.com/apache/flink/pull/18394


   


-- 
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] LadyForest commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
LadyForest commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r787401902



##########
File path: flink-formats/flink-orc/pom.xml
##########
@@ -145,6 +145,19 @@ under the License.
 			<scope>test</scope>
 			<type>test-jar</type>
 		</dependency>
+		<dependency>

Review comment:
       Because `TestManagedFactory` is located in the `table-common` module but tested under the `table-planner` module. To achieve this, `TestManagedFactory` is added to the `org.apache.flink.table.factories.Factory` file under the `table-planner` module, and this leads to all of these pom file changes. O.w. SPI for table discovery will fail, the stack trace looks like
   
   ```
   org.apache.flink.table.api.TableException: Could not instantiate the executor. Make sure a planner module is on the classpath
   
     at org.apache.flink.table.api.bridge.internal.AbstractStreamTableEnvironmentImpl.lookupExecutor(AbstractStreamTableEnvironmentImpl.java:109)
     at org.apache.flink.table.api.bridge.scala.internal.StreamTableEnvironmentImpl$.create(StreamTableEnvironmentImpl.scala:320)
     at org.apache.flink.table.api.bridge.scala.StreamTableEnvironment$.create(StreamTableEnvironment.scala:925)
     at org.apache.flink.table.planner.runtime.utils.StreamingTestBase.before(StreamingTestBase.scala:54)
     at org.apache.flink.table.planner.runtime.stream.FsStreamingSinkITCaseBase.before(FsStreamingSinkITCaseBase.scala:73)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:498)
     at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
     at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
     at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
     at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
     at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
     at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
     at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
     at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
     at java.lang.Thread.run(Thread.java:748)
   Caused by: org.apache.flink.table.api.TableException: Unexpected error when trying to load service provider for factories.
     at org.apache.flink.table.factories.FactoryUtil.lambda$discoverFactories$19(FactoryUtil.java:813)
     at java.util.ArrayList.forEach(ArrayList.java:1249)
     at org.apache.flink.table.factories.FactoryUtil.discoverFactories(FactoryUtil.java:799)
     at org.apache.flink.table.factories.FactoryUtil.discoverFactory(FactoryUtil.java:517)
     at org.apache.flink.table.api.bridge.internal.AbstractStreamTableEnvironmentImpl.lookupExecutor(AbstractStreamTableEnvironmentImpl.java:106)
     ... 18 more
   Caused by: java.util.ServiceConfigurationError: org.apache.flink.table.factories.Factory: Provider org.apache.flink.table.factories.TestManagedTableFactory not found
     at java.util.ServiceLoader.fail(ServiceLoader.java:239)
     at java.util.ServiceLoader.access$300(ServiceLoader.java:185)
     at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:372)
     at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404)
     at java.util.ServiceLoader$1.next(ServiceLoader.java:480)
     at org.apache.flink.table.factories.ServiceLoaderUtil.load(ServiceLoaderUtil.java:42)
     at org.apache.flink.table.factories.FactoryUtil.discoverFactories(FactoryUtil.java:798)
     ... 20 more
   ```




-- 
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] JingsongLi commented on a change in pull request #18394: [FLINK-25520][Table SQL/API] Implement "ALTER TABLE ... COMPACT" SQL

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r788355454



##########
File path: flink-table/flink-table-planner/src/test/resources/META-INF/services/org.apache.flink.table.factories.Factory
##########
@@ -13,8 +13,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-org.apache.flink.formats.testcsv.TestCsvFormatFactory

Review comment:
       Why change order?




-- 
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