Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failure when setting NULL in UPDATE statement in JDBC-based connectors #24244

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chenjian2664
Copy link
Contributor

@chenjian2664 chenjian2664 commented Nov 25, 2024

Description

Close #24204

Release notes

## ClickHouse, Ignite, MariaDB, MySQL, Oracle, Phoenix, PostgreSQL, Redshift, SingleStore, Snowflake, SQL Server, Vertica
* Fix failure when updating values with `NULL`. ({issue}`24204`)

@ebyhr ebyhr changed the title Fix constant update set to null value Fix failure when setting NULL in UPDATE statement in JDBC-based connectors Nov 26, 2024
@cla-bot cla-bot bot added the cla-signed label Nov 27, 2024
@github-actions github-actions bot added the hive Hive connector label Nov 27, 2024
* semantics to support writing from multiple threads.
*/
@Test
@Disabled
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Disable the test, same as the current update related tests in the kudu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed hive Hive connector
Development

Successfully merging this pull request may close these issues.

Unable to update Postgresql column to null in Trino
2 participants