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? CHAR and VARCHAR as String data types are no longer supported in Carbon. They should be deleted from doc's desc. What changes were proposed in...

### Why is this PR needed? MV query displays incorrect projection name if mv has alias ### What changes were proposed in this PR? Map the user query output list...

Bumps hadoop-common from 2.7.5 to 3.2.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.hadoop:hadoop-common&package-manager=maven&previous-version=2.7.5&new-version=3.2.3)](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 `dep.jackson.version` from 2.6.5 to 2.10.1. Updates `jackson-core` from 2.6.5 to 2.10.1 Commits - [`60956fc`](https://github.com/FasterXML/jackson-core/commit/60956fccd24d6bdb66abb3182cb2234122039b7a) [maven-release-plugin] prepare release jackson-core-2.10.1 - [`05a025d`](https://github.com/FasterXML/jackson-core/commit/05a025d16b32bf69184811dcebae9e000a56e0cb) ... - [`81a9952`](https://github.com/FasterXML/jackson-core/commit/81a9952a681f6f6e1fab6fa5216749cf75f4a7e9) prepare for 2.10.1 - [`ce0d5e1`](https://github.com/FasterXML/jackson-core/commit/ce0d5e10ddb290cdc6b107805fb15b5eed97f5f3) revert...

dependencies

Bumps `solr.version` from 6.3.0 to 8.3.0. Updates `solr-core` from 6.3.0 to 8.3.0 Updates `solr-solrj` from 6.3.0 to 8.3.0 Dependabot will resolve any conflicts with this PR as long as you...

dependencies

when I change hadoop version from 2.7.2 to 3.0.0 while compileing the source the error is coming : Failed to execute goal org.codehaus.mojo:findbugs-maven-plugin:3.0.4:check (analyze-compile) on project carbondata-core: failed with 1...

For example, figures in https://cwiki.apache.org/confluence/display/CARBONDATA/Unique+Data+Organization are broken. Could you fix the issue?

### Why is this PR needed? In some scenarios, need to delete old segments in batches and keep only latest few segments. ### What changes were proposed in this PR?...

### Why is this PR needed? Currently when create carbon hive table, if data type is float, will convert to double type. This means all float data will be stored...