Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CARBONDATA-2791]Fix Encoding for Double if exceeds LONG.Max_value #2569

Closed
wants to merge 1 commit into from

Conversation

Indhumathi27
Copy link
Contributor

What this PR for?

If Factor(decimalcount) * absMaxValue exceeds LONG.MAX_VALUE, then go for direct compression.

  • Any interfaces changed?

  • Any backward compatibility impacted?

  • Document update required?

  • Testing done
    Testcases added

  • For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.

@Indhumathi27 Indhumathi27 changed the title [CARBONDATA-2791]Fix Adaptive Encoding for Double if exceeds LONG.Max_value [CARBONDATA-2791]Fix Encoding for Double if exceeds LONG.Max_value Jul 27, 2018
@CarbonDataQA
Copy link

Build Failed with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/7553/

@CarbonDataQA
Copy link

Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/6306/

@Indhumathi27
Copy link
Contributor Author

Retest this please

@CarbonDataQA
Copy link

Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/7563/

@CarbonDataQA
Copy link

Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/6318/

@ravipesala
Copy link
Contributor

SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/6027/

@ravipesala
Copy link
Contributor

LGTM

@asfgit asfgit closed this in 91837a6 Jul 29, 2018
asfgit pushed a commit that referenced this pull request Jul 30, 2018
If Factor(decimalcount) * absMaxValue exceeds LONG.MAX_VALUE, then go for direct compression.

This closes #2569
sgururajshetty pushed a commit to sgururajshetty/carbondata that referenced this pull request Aug 2, 2018
If Factor(decimalcount) * absMaxValue exceeds LONG.MAX_VALUE, then go for direct compression.

This closes apache#2569
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants