Vihang Karajgaonkar has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/15653 )

Change subject: IMPALA-9602: Fix case-sensitivity for local catalog
......................................................................


Patch Set 3: Code-Review+2

(2 comments)

http://gerrit.cloudera.org:8080/#/c/15653/3//COMMIT_MSG
Commit Message:

http://gerrit.cloudera.org:8080/#/c/15653/3//COMMIT_MSG@21
PS3, Line 21:    start Impala with local catalog enabled
            :     start-impala-cluster.py
            :      --catalogd_args="--catalog_topic_mode=minimal"
            :      --impalad_args="--use_local_catalog=true"
            :    Create database in lower-case: "CREATE DATABASE db1;"
            :    Run the following a few times (this errors without the patch):
            :    impala-shell.sh -q "DROP TABLE IF EXISTS DB1.ddl_test1 PURGE;
            :                   CREATE TABLE DB1.ddl_test1 (val string)
> That's good to know about the python script which seems great for end-to-en
sure. Since the existing unit-test will mostly be doing the same I think its 
okay for now.


http://gerrit.cloudera.org:8080/#/c/15653/3/fe/src/main/java/org/apache/impala/catalog/local/CatalogdMetaProvider.java
File fe/src/main/java/org/apache/impala/catalog/local/CatalogdMetaProvider.java:

http://gerrit.cloudera.org:8080/#/c/15653/3/fe/src/main/java/org/apache/impala/catalog/local/CatalogdMetaProvider.java@625
PS3, Line 625: DbCacheKey
> I had thought of that but looking at existing code in other places (e.g Cat
yeah, I am okay with that.



--
To view, visit http://gerrit.cloudera.org:8080/15653
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I3f368fa9b50e22ec5057d0bf66c3fd51064d4c26
Gerrit-Change-Number: 15653
Gerrit-PatchSet: 3
Gerrit-Owner: Aman Sinha <amsi...@cloudera.com>
Gerrit-Reviewer: Aman Sinha <amsi...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Vihang Karajgaonkar <vih...@cloudera.com>
Gerrit-Comment-Date: Wed, 08 Apr 2020 01:56:56 +0000
Gerrit-HasComments: Yes

Reply via email to