kyuubi icon indicating copy to clipboard operation
kyuubi copied to clipboard

[FEATURE][TPCDS] Add white list help run the specified queries

Open zwangsheng opened this issue 3 years ago • 1 comments

Why are the changes needed?

Add white-list help run the specified queries.

How was this patch tested?

  • [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

  • [ ] Add screenshots for manual tests if appropriate

  • [x] Run test locally before make a pull request

    --white-list q4,q15,q19,q25,q42,q49,q60,q66,q68,q72,q76,q78,q79,q89,q97

popo_2022-09-22  15-01-05

zwangsheng avatar Sep 22 '22 07:09 zwangsheng

cc @pan3793 @yaooqinn

zwangsheng avatar Sep 22 '22 07:09 zwangsheng

Codecov Report

Merging #3539 (7465795) into master (ef68aa0) will decrease coverage by 0.03%. The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #3539      +/-   ##
============================================
- Coverage     51.71%   51.68%   -0.04%     
  Complexity       13       13              
============================================
  Files           482      482              
  Lines         26940    26950      +10     
  Branches       3761     3761              
============================================
- Hits          13933    13929       -4     
- Misses        11653    11664      +11     
- Partials       1354     1357       +3     
Impacted Files Coverage Δ
.../kyuubi/server/mysql/constant/MySQLErrorCode.scala 13.84% <0.00%> (-6.16%) :arrow_down:
...ache/kyuubi/server/mysql/MySQLCommandHandler.scala 75.00% <0.00%> (-4.55%) :arrow_down:
...apache/kyuubi/engine/JpsApplicationOperation.scala 77.41% <0.00%> (-3.23%) :arrow_down:
...ache/kyuubi/server/mysql/MySQLGenericPackets.scala 76.59% <0.00%> (-2.13%) :arrow_down:
...rg/apache/kyuubi/ctl/cmd/log/LogBatchCommand.scala 78.00% <0.00%> (-2.00%) :arrow_down:
...mon/src/main/scala/org/apache/kyuubi/Logging.scala 52.63% <0.00%> (-1.32%) :arrow_down:
...yuubi/server/metadata/jdbc/JDBCMetadataStore.scala 89.27% <0.00%> (-0.70%) :arrow_down:
...a/org/apache/kyuubi/service/TFrontendService.scala 91.17% <0.00%> (-0.30%) :arrow_down:
...ache/kyuubi/engine/spark/SparkProcessBuilder.scala 86.66% <0.00%> (+0.41%) :arrow_up:
...he/kyuubi/ha/client/etcd/EtcdDiscoveryClient.scala 66.87% <0.00%> (+0.62%) :arrow_up:
... and 1 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov-commenter avatar Sep 26 '22 05:09 codecov-commenter

Unrelated CI failure.

zwangsheng avatar Sep 27 '22 03:09 zwangsheng

Thanks, merging to master/1.6

pan3793 avatar Sep 27 '22 12:09 pan3793