JingsongLi commented on a change in pull request #9909: [FLINK-14381][table] 
Partition field names should be got from CatalogTable instead of source/sink
URL: https://github.com/apache/flink/pull/9909#discussion_r338366580
 
 

 ##########
 File path: 
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/runtime/batch/sql/PartitionableSinkITCase.scala
 ##########
 @@ -59,7 +59,7 @@ class PartitionableSinkITCase {
 
   @Before
   def before(): Unit = {
-    batchExec.setParallelism(3)
+    batchExec.setParallelism(1)
 
 Review comment:
   Now, we removed the shuffle on dynamic sink, if there are 3 sinks, the data 
are randoms, but
    tests in PartitionableSinkITCase dependents on the shuffle, so I set 
parallelism to 1 to let tests simpler.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to