[GitHub] hive pull request #430: HIVE-20517 : Creation of staging directory and Move ...

2018-09-09 Thread maheshk114
GitHub user maheshk114 opened a pull request:

https://github.com/apache/hive/pull/430

HIVE-20517 : Creation of staging directory and Move operation is taking 
time in S3



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/maheshk114/hive HIVE-20517

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/hive/pull/430.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #430


commit 75c506dcd2824744a6e84c703c47742c43e37fd5
Author: Mahesh Kumar Behera 
Date:   2018-09-08T03:39:37Z

HIVE-20517 : Creation of staging directory and Move operation is taking 
time in S3




---


[jira] [Created] (HIVE-20524) Schema Evolution checking is broken in 3.0 for CHAR/VARCHAR

2018-09-09 Thread Matt McCline (JIRA)
Matt McCline created HIVE-20524:
---

 Summary: Schema Evolution checking is broken in 3.0 for 
CHAR/VARCHAR
 Key: HIVE-20524
 URL: https://issues.apache.org/jira/browse/HIVE-20524
 Project: Hive
  Issue Type: Bug
  Components: Hive
Reporter: Matt McCline
Assignee: Matt McCline


The new org.apache.hadoop.hive.metastore.ColumnType class under hive version 3 
hive-standalone-metadata-server method checkColTypeChangeCompatible lost a 
version 2 series bug fix that drops CHAR/VARCHAR (and DECIMAL I think) type 
decorations when checking for Schema Evolution compatibility.

Hive1 version 2 did undecoratedTypeName(oldType) and Hive2 version performed 
the logic in TypeInfoUtils.implicitConvertible on the PrimitiveCategory not the 
raw type string.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)