[
https://issues.apache.org/jira/browse/HIVE-24257?focusedWorklogId=523682&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-523682
]
ASF GitHub Bot logged work on HIVE-24257:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Dec/20 00:53
Start Date: 14/Dec/20 00:53
Worklog Time Spent: 10m
Work Description: github-actions[bot] commented on pull request #1570:
URL: https://github.com/apache/hive/pull/1570#issuecomment-744104238
This pull request has been automatically marked as stale because it has not
had recent activity. It will be closed if no further activity occurs.
Feel free to reach out on the [email protected] list if the patch is in
need of reviews.
----------------------------------------------------------------
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: 523682)
Time Spent: 40m (was: 0.5h)
> Wrong check constraint naming in Hive metastore
> -----------------------------------------------
>
> Key: HIVE-24257
> URL: https://issues.apache.org/jira/browse/HIVE-24257
> Project: Hive
> Issue Type: Bug
> Components: Standalone Metastore
> Reporter: Ashish Sharma
> Assignee: Ashish Sharma
> Priority: Trivial
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Current
> struct SQLCheckConstraint {
> 1: string catName, // catalog name
> 2: string table_db, // table schema
> 3: string table_name, // table name
> 4: string column_name, // column name
> 5: string check_expression,// check expression
> 6: string dc_name, // default name
> 7: bool enable_cstr, // Enable/Disable
> 8: bool validate_cstr, // Validate/No validate
> 9: bool rely_cstr // Rely/No Rely
> }
> Naming for CheckConstraint is wrong it should be cc_name instead of dc_name
--
This message was sent by Atlassian Jira
(v8.3.4#803005)