apache / carbondata

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

[Issue-4305] optimize the static metho call #4309

Closed xubo245 closed 1 year ago

xubo245 commented 1 year ago

Why is this PR needed?

static method shouldn't be called by object, it should be call by class

What changes were proposed in this PR?

Optimize the usage of static method

Does this PR introduce any user interface change?

shenjiayu17 commented 1 year ago

Build Failed with Spark 2.3.4, Please check CI http://159.138.8.58:12602/job/ApacheCarbonPRBuilder2.3/6381/

shenjiayu17 commented 1 year ago

Build Failed with Spark 2.4.5, Please check CI http://159.138.8.58:12602/job/ApacheCarbon_PR_Builder_2.4.5/4673/

shenjiayu17 commented 1 year ago

Build Failed with Spark 3.1, Please check CI http://159.138.8.58:12602/job/ApacheCarbon_PR_Builder_3.1/765/

chenliang613 commented 1 year ago

LGTM