You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2020/05/11 09:22:02 UTC

[GitHub] [hive] aasha commented on a change in pull request #1007: Hive 23361

aasha commented on a change in pull request #1007:
URL: https://github.com/apache/hive/pull/1007#discussion_r422903458



##########
File path: metastore/scripts/upgrade/hive/hive-schema-4.0.0.hive.sql
##########
@@ -1672,6 +1672,7 @@ FROM
                        JOIN `sys`.`TBLS` T ON (S.`SD_ID` = T.`SD_ID`)
                        JOIN `sys`.`DBS` D ON (T.`DB_ID` = D.`DB_ID`)
                        LEFT JOIN `sys`.`TBL_COL_PRIVS` P ON (T.`TBL_ID` = P.`TBL_ID`)

Review comment:
       This needs to be removed. 2 left join




----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org