xuefuz commented on a change in pull request #8815: [FLINK-12918][table][hive]
unify GenericCatalogTable, HiveCatalogTable and AbstractCatalogTable into
CatalogTableImpl
URL: https://github.com/apache/flink/pull/8815#discussion_r296434374
##########
File path:
flink-table/flink-table-common/src/test/java/org/apache/flink/table/catalog/CatalogTestUtil.java
##########
@@ -40,6 +41,25 @@
* TODO: Move util methods to CatalogTest and remove this class
*/
public class CatalogTestUtil {
+ public static void checkEquals(CatalogTable t1, CatalogTable t2) {
Review comment:
Since CatalogTable has multiple of subclasses, we probably need to make sure
that the classes are equal too.
----------------------------------------------------------------
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