zhoujinsong commented on code in PR #3100:
URL: https://github.com/apache/amoro/pull/3100#discussion_r1717844421


##########
amoro-ams/dist/src/main/amoro-bin/conf/config.yaml:
##########
@@ -117,6 +121,13 @@ ams:
   terminal:
     backend: local
     local.spark.sql.iceberg.handle-timestamp-without-timezone: false
+    result:
+      limit: 1000
+    stop-on-error: false
+    session:
+      timeout: 30
+    local:
+      using-session-catalog-for-hive: false

Review Comment:
   ```suggestion
       local:
         using-session-catalog-for-hive: false
         spark.sql.iceberg.handle-timestamp-without-timezone: false
   ```
   
   We may group local terminal configuration together here.



-- 
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