[
https://issues.apache.org/jira/browse/TRAFODION-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007344#comment-16007344
]
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_r116121682
--- Diff: core/sql/regress/seabase/EXPECTED030 ---
@@ -7,7 +7,7 @@
2016-03-01
--- 1 row(s) selected.
->>select to_date('03/01/2016', 'MM/DD/YYYY') from (values(1)) x(a);
+>>select to_date('03/01/2016', 'mm/dd/yyyy') from (values(1)) x(a);
--- End diff --
Does "ddmonyy" also work in lower case?
> 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)