[
https://issues.apache.org/jira/browse/TRAFODION-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007343#comment-16007343
]
ASF GitHub Bot commented on TRAFODION-2610:
-------------------------------------------
Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/1090#discussion_r116121098
--- 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 --
Why would this be an error since you specified "if exists"?
> 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)