davidradl commented on code in PR #28516:
URL: https://github.com/apache/flink/pull/28516#discussion_r3480035903


##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/optimize/program/FlinkRecomputeStatisticsProgram.java:
##########
@@ -181,8 +181,10 @@ private TableStats getPartitionsTableStats(
                     for (CatalogPartitionSpec partitionSpec : 
catalogPartitionSpecs) {
                         partitionList.add(partitionSpec.getPartitionSpec());
                     }
-                } catch (TableNotExistException | TableNotPartitionedException 
e) {
+                } catch (TableNotExistException e) {

Review Comment:
   pleasre add a unit test for this change. ideally a test at the level 
reported in the PR would  be good.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to