[
https://issues.apache.org/jira/browse/HIVE-23618?focusedWorklogId=489978&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-489978
]
ASF GitHub Bot logged work on HIVE-23618:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 24/Sep/20 04:54
Start Date: 24/Sep/20 04:54
Worklog Time Spent: 10m
Work Description: sankarh commented on a change in pull request #1237:
URL: https://github.com/apache/hive/pull/1237#discussion_r494038041
##########
File path:
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenarios.java
##########
@@ -3265,13 +3283,15 @@ public void testConstraints() throws IOException {
assertTrue(fks.isEmpty());
List<SQLNotNullConstraint> nns =
metaStoreClientMirror.getNotNullConstraints(new
NotNullConstraintsRequest(DEFAULT_CATALOG_NAME, replDbName , "tbl6"));
Review comment:
nit: Remove space before ","
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 489978)
Time Spent: 2h 40m (was: 2.5h)
> NotificationLog should also contain events for default/check constraints
> ------------------------------------------------------------------------
>
> Key: HIVE-23618
> URL: https://issues.apache.org/jira/browse/HIVE-23618
> Project: Hive
> Issue Type: Improvement
> Components: Standalone Metastore
> Affects Versions: 4.0.0
> Reporter: Adesh Kumar Rao
> Assignee: Adesh Kumar Rao
> Priority: Major
> Labels: pull-request-available
> Time Spent: 2h 40m
> Remaining Estimate: 0h
>
> This should follow similar approach of notNull/Unique constraints. This will
> also include event replication for these constraints.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)