apache / carbondata

High performance data store solution
carbondata.apache.org
Apache License 2.0
1.43k stars 704 forks source link

Fix TestInsertAndOtherCommandConcurrent testcasee issue and enble testcase #4337

Closed QiangCai closed 8 months ago

QiangCai commented 8 months ago

Why is this PR needed?

  1. TestInsertAndOtherCommandConcurrent testcase not working
  2. After testing, there are many garbage files under project folder

    What changes were proposed in this PR?

    1. Fix TestInsertAndOtherCommandConcurrent testcasee issue
    2. Using a proper target path in testcase to avoid generating new files during test
    3. Enable spark-2.4 by default

    Does this PR introduce any user interface change?

    • No

    Is any new testcase added?

    • Yes, enable 4 testcases
chenliang613 commented 8 months ago

looks good to me.