Re: [I] JdbcCatalog fails to initialize with MS SQL Server [iceberg]

2025-02-19 Thread via GitHub
elabedo commented on issue #10068: URL: https://github.com/apache/iceberg/issues/10068#issuecomment-2667866701 Hi @jbonofre , is there any update for the support of Oracle and MSSQL server. Does this feature in the roadmap of next releases ? If not, do you want that we contribute

Re: [I] JdbcCatalog fails to initialize with MS SQL Server [iceberg]

2025-02-18 Thread via GitHub
github-actions[bot] commented on issue #10068: URL: https://github.com/apache/iceberg/issues/10068#issuecomment-2667208963 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occur

Re: [I] JdbcCatalog fails to initialize with MS SQL Server [iceberg]

2024-08-22 Thread via GitHub
PPattusamy commented on issue #10068: URL: https://github.com/apache/iceberg/issues/10068#issuecomment-2304463472 @jbonofre I am facing below issue while using oracle jdbc catalog with schema-version v1. Alter table iceberg_tables add Column icerberg_type(varchar6). Error: ORA-0090

Re: [I] JdbcCatalog fails to initialize with MS SQL Server [iceberg]

2024-06-14 Thread via GitHub
elabedo commented on issue #10068: URL: https://github.com/apache/iceberg/issues/10068#issuecomment-2168115988 Thank you @jbonofre , have you the PR links ? you can help you on that :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [I] JdbcCatalog fails to initialize with MS SQL Server [iceberg]

2024-06-11 Thread via GitHub
jbonofre commented on issue #10068: URL: https://github.com/apache/iceberg/issues/10068#issuecomment-2162180915 @OElabed I'm working on 2 PRs: - short term, I'm implementing backend adapters as I did in ActiveMQ - mid term, I'm evaluating using jbid as abstract jdbc backend I wil

Re: [I] JdbcCatalog fails to initialize with MS SQL Server [iceberg]

2024-06-11 Thread via GitHub
OElabed commented on issue #10068: URL: https://github.com/apache/iceberg/issues/10068#issuecomment-2161584736 @jbonofre thank you for supporting that. I have just 2 questions: - i see that you target to support multiple backend (MySQL, MS SQL, ...). Do you target to support oracle d

Re: [I] JdbcCatalog fails to initialize with MS SQL Server [iceberg]

2024-04-01 Thread via GitHub
jbonofre commented on issue #10068: URL: https://github.com/apache/iceberg/issues/10068#issuecomment-2030087295 @pp-akursar yes, that's expected for `LIMIT` as the syntax depends of the database backend (dialect). Currently, JDBC Catalog is "guarantee" to work with SqlLite and Postgre

Re: [I] JdbcCatalog fails to initialize with MS SQL Server [iceberg]

2024-04-01 Thread via GitHub
pp-akursar commented on issue #10068: URL: https://github.com/apache/iceberg/issues/10068#issuecomment-2030028690 `jdbc.schema-version=V0` workaround gets past initialization, but LIMIT clause elsewhere causes problems ``` UncheckedSQLException: Failed to execute exists query: SELE