bowenli86 commented on a change in pull request #8449: [FLINK-12235][hive]
Support partition related operations in HiveCatalog
URL: https://github.com/apache/flink/pull/8449#discussion_r284861222
##########
File path:
flink-table/flink-table-common/src/test/java/org/apache/flink/table/catalog/CatalogTestBase.java
##########
@@ -683,4 +1058,8 @@ protected void checkEquals(CatalogView v1, CatalogView
v2) {
assertEquals(v1.getOriginalQuery(), v2.getOriginalQuery());
assertEquals(v1.getExpandedQuery(), v2.getExpandedQuery());
}
+
+ protected void checkEquals(CatalogPartition expected, CatalogPartition
actual) {
Review comment:
we can just move `CatalogTestUtil.checkEquals(catalogpartitions)` to here
and remove it from CatalogTestUtil
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services