jbonofre opened a new issue, #9764:
URL: https://github.com/apache/iceberg/issues/9764

   ### Apache Iceberg version
   
   None
   
   ### Query engine
   
   None
   
   ### Please describe the bug 🐞
   
   We added `jdbc.add-view-support` flag to the JDBC catalog to support view. 
If the user don't set this flag to `true`, then the schema is not updated 
(still running `V0` version). 
   Unfortunately, `add-view-support` is only evaluated if the `initialize` flag 
is set to `true`, meaning that the schema is considered as `V1` and eventually 
updated (where it should not). `add-view-support` should be evaluated "outside" 
of `initialize`.


-- 
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: issues-unsubscr...@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to