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