-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SQL]Update HiveMetastoreCatalog.scala #1569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I think it's better to defined hiveQlTable as a val
|
Can one of the admins verify this patch? |
|
test this please |
|
Please include [SQL] in the PR title for anything that changes Spark SQL. |
|
QA tests have started for PR 1569. This patch merges cleanly. |
|
modify the title, add [SQL] |
|
I guess it is a You could make it a BTW you can run the tests locally: |
|
thank you @marmbrus , I had modify it to "@transient lazy val" and the run "sbt/sbt catalyst/test sql/test hive/test" at master branch , all test passed. if only "val", test can not passed. the following is the tail of results of test: [info] - Partition pruning - with filter on string partition key - query test |
|
test this please |
|
QA tests have started for PR 1569. This patch merges cleanly. |
|
QA results for PR 1569: |
|
Thanks, I merged this into master. |
I think it's better to defined hiveQlTable as a val Author: baishuo(白硕) <[email protected]> Closes apache#1569 from baishuo/patch-1 and squashes the following commits: dc2f895 [baishuo(白硕)] Update HiveMetastoreCatalog.scala a7b32a2 [baishuo(白硕)] Update HiveMetastoreCatalog.scala
I think it's better to defined hiveQlTable as a val