FANNG1 commented on code in PR #6303: URL: https://github.com/apache/gravitino/pull/6303#discussion_r1924642142
########## flink-connector/flink/src/test/java/org/apache/gravitino/flink/connector/iceberg/TestIcebergPropertiesConverter.java: ########## @@ -50,7 +52,11 @@ void testCatalogPropertiesWithHiveBackend() { IcebergPropertiesConstants.ICEBERG_CATALOG_URI, "hive-uri", IcebergPropertiesConstants.ICEBERG_CATALOG_WAREHOUSE, - "hive-warehouse"), + "hive-warehouse", Review Comment: key1 and value1 should not exists in the result. By design only the keys defined by Graviitno like `catalog-backend` or start with `flink.bypass.` are passed to the underlying flink connector. the other property keys are dropped -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org