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 2022/06/18 00:22:00 UTC

[jira] [Work logged] (HIVE-26130) Incorrect matching of external table when validating NOT NULL constraints

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

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

                Author: ASF GitHub Bot
            Created on: 18/Jun/22 00:21
            Start Date: 18/Jun/22 00:21
    Worklog Time Spent: 10m 
      Work Description: github-actions[bot] commented on PR #3199:
URL: https://github.com/apache/hive/pull/3199#issuecomment-1159316220

   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 dev@hive.apache.org list if the patch is in need of reviews.




Issue Time Tracking
-------------------

    Worklog Id:     (was: 782550)
    Time Spent: 50m  (was: 40m)

> Incorrect matching of external table when validating NOT NULL constraints
> -------------------------------------------------------------------------
>
>                 Key: HIVE-26130
>                 URL: https://issues.apache.org/jira/browse/HIVE-26130
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 4.0.0-alpha-1, 4.0.0-alpha-2
>            Reporter: zhangbutao
>            Assignee: zhangbutao
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0-alpha-2
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> _AbstractAlterTablePropertiesAnalyzer.validate_ uses incorrect external table judgment statement:
> {code:java}
> else if (entry.getKey().equals("external") && entry.getValue().equals("true") {code}
> In current hive code, we use hive tblproperties('EXTERNAL'='true' or 'EXTERNAL'='TRUE) to validate external table.
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)