Skip to content

Add boolean to varchar coercion for hive#19571

Merged
Praveen2112 merged 1 commit intotrinodb:masterfrom
Praveen2112:praveen/hive-boolean-to-varchar
Nov 3, 2023
Merged

Add boolean to varchar coercion for hive#19571
Praveen2112 merged 1 commit intotrinodb:masterfrom
Praveen2112:praveen/hive-boolean-to-varchar

Conversation

@Praveen2112
Copy link
Member

@Praveen2112 Praveen2112 commented Oct 30, 2023

Description

Add boolean to varchar coercion for hive.

Enable the Hive users to retrieve the information from their tables after performing queries which change boolean columns to varchar.

Hive sample DDL query:

ALTER TABLE mytable CHANGE COLUMN mycolumn mycolumn varchar(5);

Thanks to @findinpath for working on this.

Overrides #19492

Additional context and related issues

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
(x) Release notes are required, with the following suggested text:

# Hive
* Add boolean to varchar coercion for hive. ({issue}`issuenumber`)

@Praveen2112 Praveen2112 requested review from ebyhr and homar October 30, 2023 11:58
@cla-bot cla-bot bot added the cla-signed label Oct 30, 2023
@github-actions github-actions bot added tests:hive hive Hive connector labels Oct 30, 2023
@Praveen2112 Praveen2112 force-pushed the praveen/hive-boolean-to-varchar branch from 638d769 to 9a38642 Compare November 1, 2023 11:38
@Praveen2112 Praveen2112 force-pushed the praveen/hive-boolean-to-varchar branch from 9a38642 to da073c1 Compare November 1, 2023 15:16
@Praveen2112
Copy link
Member Author

@ebyhr AC

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.

3 participants