You can translate the question and the replies:

(Additional Question) Is it possible to CUD (Insert/Update/Delete) in denodo query editor ?

Hi, You've answered like this https://community.denodo.com/answers/question/details?questionId=9064u000000wkIHAAY&title=Is+it+possible+to+CUD+%28Insert%2FUpdate%2FDelete%29+in+denodo+query+editor+%3F I'd tested CUD in Impala with Kudu Table. but the test result is different from your answer. - update **not possible** in impala with kudu table. I want to know why test result is like this. thanks.
user
09-05-2022 04:49:00 -0400
code

1 Answer

Hello, I have tested the update statement on a base view created from Impala data source while using the Database adapter ***Impala 2.3*** and it failed with the following error message: *“Update Operation Is Not Allowed”.* As soon as I switched to a different database adapter, **Impala 3.x Kudu**, the operation worked, which means that you can indeed execute the update statement successfully on an **Impala with Kudu **data source. I would point out that in order to get this to work you also would need to download the correct JDBC driver from the vendor’s website. Hope this helps!
Denodo Team
09-05-2022 12:18:08 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here