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/11 11:10:00 UTC

[jira] [Work logged] (HIVE-23695) [CachedStore] Add check/default constraints in CachedStore

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

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

                Author: ASF GitHub Bot
            Created on: 11/Oct/20 11:09
            Start Date: 11/Oct/20 11:09
    Worklog Time Spent: 10m 
      Work Description: adesh-rao commented on a change in pull request #1527:
URL: https://github.com/apache/hive/pull/1527#discussion_r502898228



##########
File path: standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/cache/TableCacheObjects.java
##########
@@ -3,6 +3,9 @@
 import org.apache.hadoop.hive.metastore.api.AggrStats;
 import org.apache.hadoop.hive.metastore.api.ColumnStatistics;
 import org.apache.hadoop.hive.metastore.api.Partition;
+import org.apache.hadoop.hive.metastore.api.SQLAllTableConstraints;
+import org.apache.hadoop.hive.metastore.api.SQLCheckConstraint;
+import org.apache.hadoop.hive.metastore.api.SQLDefaultConstraint;

Review comment:
       not required?

##########
File path: standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/cache/TableCacheObjects.java
##########
@@ -3,6 +3,9 @@
 import org.apache.hadoop.hive.metastore.api.AggrStats;
 import org.apache.hadoop.hive.metastore.api.ColumnStatistics;
 import org.apache.hadoop.hive.metastore.api.Partition;
+import org.apache.hadoop.hive.metastore.api.SQLAllTableConstraints;
+import org.apache.hadoop.hive.metastore.api.SQLCheckConstraint;

Review comment:
       not required?




----------------------------------------------------------------
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: 499067)
    Time Spent: 0.5h  (was: 20m)

> [CachedStore] Add check/default constraints in CachedStore
> ----------------------------------------------------------
>
>                 Key: HIVE-23695
>                 URL: https://issues.apache.org/jira/browse/HIVE-23695
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Standalone Metastore
>            Reporter: Adesh Kumar Rao
>            Assignee: Ashish Sharma
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> This is blocked by HIVE-23618 (notification events are not generated for default/unique constraints, hence created a separate sub-task from HIVE-22015).



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