You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/10/10 15:06:00 UTC

[jira] [Work logged] (HIVE-24256) REPL LOAD fails because of unquoted column name

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

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

                Author: ASF GitHub Bot
            Created on: 10/Oct/20 15:05
            Start Date: 10/Oct/20 15:05
    Worklog Time Spent: 10m 
      Work Description: vyaslav opened a new pull request #1569:
URL: https://github.com/apache/hive/pull/1569


   There is unquoted column name NWI_TABLE in one of the SQL queries which executed during REPL LOAD.
   This causes the command to fail when Postgres is used for metastore.


----------------------------------------------------------------
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.

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


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

            Worklog Id:     (was: 498938)
    Remaining Estimate: 0h
            Time Spent: 10m

> REPL LOAD fails because of unquoted column name
> -----------------------------------------------
>
>                 Key: HIVE-24256
>                 URL: https://issues.apache.org/jira/browse/HIVE-24256
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Viacheslav Avramenko
>            Assignee: Viacheslav Avramenko
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> There is unquoted column name NWI_TABLE in one of the SQL queries which executed during REPL LOAD.
>  This causes the command to fail when Postgres is used for metastore.
> {code:sql}
> SELECT \"NWI_NEXT\" FROM \"NEXT_WRITE_ID\" WHERE \"NWI_DATABASE\" = ? AND NWI_TABLE = ?
> {code}



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