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/11/19 20:57:00 UTC

[jira] [Work logged] (HIVE-24405) Missing datatype for table column in oracle

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

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

                Author: ASF GitHub Bot
            Created on: 19/Nov/20 20:56
            Start Date: 19/Nov/20 20:56
    Worklog Time Spent: 10m 
      Work Description: nrg4878 opened a new pull request #1691:
URL: https://github.com/apache/hive/pull/1691


   …gam)
   
   
   ### What changes were proposed in this pull request?
   Creation of hive schema fails on oracle. There is no datatype defined for this column that has been added recently.
   1 row created.
   
     CQ_COMMIT_TIME(19)
                   *
   ERROR at line 19:
   ORA-00902: invalid datatype
   
   ### Why are the changes needed?
   HMS schema installation fails otherwise.
   
   
   ### Does this PR introduce _any_ user-facing change?
   NO
   
   
   ### How was this patch tested?
   manually with a real oracle database.
   


----------------------------------------------------------------
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: 514324)
    Remaining Estimate: 0h
            Time Spent: 10m

> Missing datatype for table column in oracle
> -------------------------------------------
>
>                 Key: HIVE-24405
>                 URL: https://issues.apache.org/jira/browse/HIVE-24405
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Hive
>            Reporter: Naveen Gangam
>            Assignee: Naveen Gangam
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The parent change introduces an issue in the oracle schema script.  No datatype is specified.
> {noformat}
> 1 row created.
>   CQ_COMMIT_TIME(19)
>                 *
> ERROR at line 19:
> ORA-00902: invalid datatype
> {noformat}



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