[
https://issues.apache.org/jira/browse/HIVE-20463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16592806#comment-16592806
]
Hive QA commented on HIVE-20463:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12937153/0002-HIVE-20463-Test-Modify-select-test-case.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 10 failed/errored test(s), 14897 tests
executed
*Failed tests:*
{noformat}
org.apache.hive.hplsql.TestHplsqlOffline.testSelect (batchId=273)
org.apache.hive.minikdc.TestJdbcWithDBTokenStoreNoDoAs.testCancelRenewTokenFlow
(batchId=265)
org.apache.hive.minikdc.TestJdbcWithDBTokenStoreNoDoAs.testConnection
(batchId=265)
org.apache.hive.minikdc.TestJdbcWithDBTokenStoreNoDoAs.testIsValid (batchId=265)
org.apache.hive.minikdc.TestJdbcWithDBTokenStoreNoDoAs.testIsValidNeg
(batchId=265)
org.apache.hive.minikdc.TestJdbcWithDBTokenStoreNoDoAs.testNegativeProxyAuth
(batchId=265)
org.apache.hive.minikdc.TestJdbcWithDBTokenStoreNoDoAs.testNegativeTokenAuth
(batchId=265)
org.apache.hive.minikdc.TestJdbcWithDBTokenStoreNoDoAs.testProxyAuth
(batchId=265)
org.apache.hive.minikdc.TestJdbcWithDBTokenStoreNoDoAs.testRenewDelegationToken
(batchId=265)
org.apache.hive.minikdc.TestJdbcWithDBTokenStoreNoDoAs.testTokenAuth
(batchId=265)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/13473/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/13473/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-13473/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 10 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12937153 - PreCommit-HIVE-Build
> Hplsql.g4 - 'from_clause' parses the keyword `JOIN` into 'from_alias_clause'
> in 'from_table_clause' when parsing 'from_join_clause'
> -----------------------------------------------------------------------------------------------------------------------------------
>
> Key: HIVE-20463
> URL: https://issues.apache.org/jira/browse/HIVE-20463
> Project: Hive
> Issue Type: Bug
> Components: CLI
> Affects Versions: 3.1.0
> Reporter: Hao Zhou
> Assignee: Hao Zhou
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.1.0
>
> Attachments: 0001-HIVE-20463-fix-parse-from_join_clause-error.patch,
> 0002-HIVE-20463-Test-Modify-select-test-case.patch
>
>
> 'from_clause' parses the keyword `JOIN` into 'from_alias_clause' in
> 'from_table_clause' when parsing 'from_join_clause'.
>
> example:
> Parse sql {{SELECT `k1, v1, k2, v2 FROM a JOIN b ON k1 = k2;`.}}
> Now grammar will parse `{{JOIN`}} as a `{{from_alias_clause`}}, but it should
> be
> a `{{from_join_clause`}};
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)