[ 
https://issues.apache.org/jira/browse/HIVE-25630?focusedWorklogId=668959&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-668959
 ]

ASF GitHub Bot logged work on HIVE-25630:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Oct/21 14:25
            Start Date: 22/Oct/21 14:25
    Worklog Time Spent: 10m 
      Work Description: kgyrtkirk commented on a change in pull request #2738:
URL: https://github.com/apache/hive/pull/2738#discussion_r734334527



##########
File path: ql/src/test/queries/clientpositive/translated_external_rename3.q
##########
@@ -0,0 +1,23 @@
+set 
metastore.metadata.transformer.class=org.apache.hadoop.hive.metastore.MetastoreDefaultTransformer;
+set metastore.metadata.transformer.location.mode=force;
+
+set hive.fetch.task.conversion=none;
+set hive.compute.query.using.stats=false;
+
+create external table t (a integer);
+insert into t values(1);
+alter table t rename to t2;
+
+create table t (a integer);
+insert into t values(2);
+
+select assert_true(count(1) = 2) from t;

Review comment:
       add comment that this problematic case is not handled




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 668959)
    Time Spent: 20m  (was: 10m)

> Transformer fixes
> -----------------
>
>                 Key: HIVE-25630
>                 URL: https://issues.apache.org/jira/browse/HIVE-25630
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Zoltan Haindrich
>            Assignee: Zoltan Haindrich
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> there are some issues:
> * AlreadyExistsException might be suppressed by the translator
> * uppercase letter usage may cause problems for some clients
> * add a way to suppress location checks for legacy clients



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to