This is an automated email from the ASF dual-hosted git repository.

linxinyuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to refs/heads/main by this push:
     new 42f9c824aa chore: update default Iceberg catalog type to 'postgres' 
(#3711)
42f9c824aa is described below

commit 42f9c824aa9e301090d993fcfa5337c8100a3352
Author: Xinyuan Lin <[email protected]>
AuthorDate: Fri Sep 5 14:18:22 2025 -0700

    chore: update default Iceberg catalog type to 'postgres' (#3711)
---
 core/config/src/main/resources/storage.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/config/src/main/resources/storage.conf 
b/core/config/src/main/resources/storage.conf
index dfb6914e24..7aba655b46 100644
--- a/core/config/src/main/resources/storage.conf
+++ b/core/config/src/main/resources/storage.conf
@@ -23,7 +23,7 @@ storage {
     # Configuration for Apache Iceberg, used for storing the workflow results 
& stats
     iceberg {
         catalog {
-            type = hadoop # either hadoop, rest, or postgres
+            type = postgres # either hadoop, rest, or postgres
             type = ${?STORAGE_ICEBERG_CATALOG_TYPE}
 
             rest-uri = ""

Reply via email to