carbondata icon indicating copy to clipboard operation
carbondata copied to clipboard

High performance data store solution

Results 139 carbondata issues
Sort by recently updated
recently updated
newest added

### Why is this PR needed? Test ### What changes were proposed in this PR? Test ### Does this PR introduce any user interface change? - No ### Is any...

### Why is this PR needed? When delete multiple segments, carbondata tries to judge if partition directory is empty and delete it on each segments, but partiton path may be...

### Why is this PR needed? 1. Performance degradation for Incremental updates is observed in the partition table. - During the update, in the prune step we are listing files...

Bumps zookeeper from 3.4.7 to 3.4.14. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.zookeeper:zookeeper&package-manager=maven&previous-version=3.4.7&new-version=3.4.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

### Why is this PR needed? ### What changes were proposed in this PR? ### Does this PR introduce any user interface change? - No - Yes. (please explain the...

Bumps [libthrift](https://github.com/apache/thrift) from 0.9.3 to 0.14.0. Release notes Sourced from libthrift's releases. Version 0.14.0 For release 0.14.0 head over to the official release download source: http://thrift.apache.org/download The assets below are...

dependencies

Bumps [netty-all](https://github.com/netty/netty) from 4.0.42.Final to 4.1.42.Final. Commits - [`bd907c3`](https://github.com/netty/netty/commit/bd907c3b3acf3d746ad1143270224aa0f784cd1b) [maven-release-plugin] prepare release netty-4.1.42.Final - [`2791f0f`](https://github.com/netty/netty/commit/2791f0fefac82663ca09dc8aa5dda024152c92f8) Avoid use of global AtomicLong for ScheduledFutureTask ids ([#9599](https://github-redirect.dependabot.com/netty/netty/issues/9599)) - [`86ff76a`](https://github.com/netty/netty/commit/86ff76a4f77662fe1bf61deeec5f3e39e16d4020) Fix incorrect comment ([#9598](https://github-redirect.dependabot.com/netty/netty/issues/9598))...

dependencies

Bumps [gson](https://github.com/google/gson) from 2.7 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

I found that reading carbon files from CarbonReader takes long time in "SimpleDateFormat.", see attached file for output of profiling. https://github.com/apache/carbondata/blob/4b8846d1e6737e7db8a96014818c067c8c253d1f/sdk/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonReader.java#L207 I wonder if it is OK if we add...

### Why is this PR needed? to test ci ### What changes were proposed in this PR? no change ### Does this PR introduce any user interface change? - No...