[ 
https://issues.apache.org/jira/browse/TRAFODION-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16009555#comment-16009555
 ] 

ASF GitHub Bot commented on TRAFODION-2610:
-------------------------------------------

Github user anoopsharma00 commented on a diff in the pull request:

    
https://github.com/apache/incubator-trafodion/pull/1090#discussion_r116369510
  
    --- Diff: core/sql/regress/hive/EXPECTED007 ---
    @@ -353,9 +355,7 @@ A            B
     
     >>unregister hive table if exists hive.hive.thive1;
     
    -*** ERROR[4263] Object HIVE.HIVE.THIVE1 has invalid state and cannot be 
accessed. It is registered in trafodion metadata but the correponding hive 
object does not exist. Use 'cleanup hive table/view' command to cleanup this 
object.
    -
    -*** ERROR[3251] UNREGISTER operation could not be completed.
    +*** ERROR[3251] UNREGISTER operation could not be completed. Reason: 
Specified object THIVE1 does not exist.
    --- End diff --
    
    Good eye.
    The error message is incorrect. It should return error that table has 
invalid state and need to be cleaned up.
    Check for 'if exists' only apply to tables with valid state.
    Will fix this in a subsequent release.



> Add support to register HBase native tables in Traf metadata
> ------------------------------------------------------------
>
>                 Key: TRAFODION-2610
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2610
>             Project: Apache Trafodion
>          Issue Type: Improvement
>            Reporter: Anoop Sharma
>            Assignee: Anoop Sharma
>            Priority: Minor
>
> When an HBase table is accessed in CELL or ROW format for certain
> operations (upd stats, grant/revoke, etc), an implicit external table is
> created to generate an object UID.
> Proposed enhancement is to provide support to register them in traf
> metadata without creating an external table.
> This jira is the followup to the same enhancement done for hive
> table (TRAFODION-2584).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to