Uh oh!
There was an error while loading. Please reload this page.
[SPARK-28624][SQL][TESTS] Run date.sql via Thrift Server - #28721
Conversation
SparkQA
commented
Jun 3, 2020
Test build #123508 has finished for PR 28721 at commit
|
maropu
commented
Jun 3, 2020
retest this please |
maropu
commented
Jun 3, 2020
Looks nice if the tests passed. |
SparkQA
commented
Jun 4, 2020
Test build #123512 has finished for PR 28721 at commit
|
maropu
commented
Jun 4, 2020
This fix can be merged into branch-3.0? I'm not really sure that |
HyukjinKwon
commented
Jun 4, 2020
Let me merge it to master first. From reading the JIRA, seems it's fixed only in the master. |
HyukjinKwon
commented
Jun 4, 2020
Merged to master. |
### What changes were proposed in this pull request? Enable `date.sql` and run it via Thrift Server in `ThriftServerQueryTestSuite`. ### Why are the changes needed? To improve test coverage. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? By running the enabled tests via: ``` $ build/sbt -Phive-thriftserver "hive-thriftserver/test-only *ThriftServerQueryTestSuite -- -z date.sql" ``` Closesapache#28721 from MaxGekk/enable-date.sql-for-thrift. Authored-by: Max Gekk <max.gekk@gmail.com> Signed-off-by: HyukjinKwon <gurwls223@apache.org>
HyukjinKwon
commented
Jun 5, 2020
I had an offline discussion with @MaxGekk and @cloud-fan. Per #28723 (comment), I will revert this too. Again, technically it was fine to merge in a way because the skipped tests passed. I am here reverting this rather for the management purpose - the JIRA isn't resolved yet because we need to discuss if the result is correct or not. |
What changes were proposed in this pull request?
Enable
date.sqland run it via Thrift Server inThriftServerQueryTestSuite.Why are the changes needed?
To improve test coverage.
Does this PR introduce any user-facing change?
No
How was this patch tested?
By running the enabled tests via: