Skip to content

Add boolean to varchar coercion for hive#19492

Closed
findinpath wants to merge 1 commit intotrinodb:masterfrom
findinpath:findinpath/hive-boolean-to-varchar-coercion
Closed

Add boolean to varchar coercion for hive#19492
findinpath wants to merge 1 commit intotrinodb:masterfrom
findinpath:findinpath/hive-boolean-to-varchar-coercion

Conversation

@findinpath
Copy link
Copy Markdown
Contributor

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

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.
( ) Release notes are required, with the following suggested text:

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

@cla-bot cla-bot bot added the cla-signed label Oct 23, 2023
@github-actions github-actions bot added tests:hive hive Hive connector labels Oct 23, 2023
@findinpath findinpath requested review from Praveen2112, atanasenko and homar and removed request for Praveen2112 and homar October 23, 2023 14:33
@findinpath findinpath requested review from erichwang and homar October 23, 2023 20:34
@findinpath findinpath self-assigned this Oct 23, 2023
@findinpath findinpath requested review from ebyhr and removed request for atanasenko October 24, 2023 07:46
@findinpath findinpath force-pushed the findinpath/hive-boolean-to-varchar-coercion branch from adcb87d to 2cc764b Compare October 24, 2023 11:42
@findinpath findinpath force-pushed the findinpath/hive-boolean-to-varchar-coercion branch from 2cc764b to 663aafc Compare October 24, 2023 11:46
@Praveen2112
Copy link
Copy Markdown
Member

Implemented by #19571

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

4 participants