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

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

                Author: ASF GitHub Bot
            Created on: 24/Apr/22 00:18
            Start Date: 24/Apr/22 00:18
    Worklog Time Spent: 10m 
      Work Description: github-actions[bot] commented on PR #3045:
URL: https://github.com/apache/hive/pull/3045#issuecomment-1107671566

   This pull request has been automatically marked as stale because it has not 
had recent activity. It will be closed if no further activity occurs.
   Feel free to reach out on the d...@hive.apache.org list if the patch is in 
need of reviews.




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

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

> Unable to reference table column named default
> ----------------------------------------------
>
>                 Key: HIVE-25969
>                 URL: https://issues.apache.org/jira/browse/HIVE-25969
>             Project: Hive
>          Issue Type: Bug
>          Components: Parser
>            Reporter: Krisztian Kasa
>            Assignee: Krisztian Kasa
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> {code}
> CREATE TABLE t1 (a int, `default` int) stored as orc TBLPROPERTIES 
> ('transactional'='true');
> insert into t1 values (1, 2), (10, 11);
> update t1 set a = `default`;
> select * from t1;
> {code}
> result is
> {code}
> NULL  NULL
> NULL  NULL
> {code}
> but it should be
> {code}
> 11    11
> 2     2
> {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to