[
https://issues.apache.org/jira/browse/HIVE-16888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16055935#comment-16055935
]
Ashutosh Chauhan commented on HIVE-16888:
-----------------------------------------
Change of type string -> varchar(65535) cannot be assume to be safe. They are
different types. Calcite doesn't have a String type. So, Hive has special logic
on how to represent String type in Calcite. See, RexNodeConverter.java,
ExprNodeConverter and TypeConverter.
It should be investigated why this change occurred.
> Upgrade Calcite to 1.13 and Avatica to 1.10
> -------------------------------------------
>
> Key: HIVE-16888
> URL: https://issues.apache.org/jira/browse/HIVE-16888
> Project: Hive
> Issue Type: Bug
> Components: Query Processor
> Affects Versions: 3.0.0
> Reporter: Remus Rusanu
> Assignee: Remus Rusanu
> Attachments: HIVE-16888.01.patch, HIVE-16888.02.patch
>
>
> I'm creating this early to be able to ptest the current Calcite
> 1.13.0-SNAPSHOT
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)