lintingbin commented on code in PR #3590:
URL: https://github.com/apache/amoro/pull/3590#discussion_r2181948379
##########
amoro-ams/src/main/java/org/apache/amoro/server/catalog/CatalogBuilder.java:
##########
@@ -88,6 +90,9 @@ public static ServerCatalog buildServerCatalog(
case CATALOG_TYPE_HIVE:
String amsUri = getAmsURI(serverConfiguration);
catalogMeta.getCatalogProperties().put(CatalogMetaProperties.AMS_URI,
amsUri);
+ catalogMeta
Review Comment:
Here you can add to make the default value of 20 take effect, and it will
also display the current value on the front-end web page, allowing users to
modify it as needed.
--
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]