Skip to content

Conversation

@nchammas
Copy link
Contributor

  • Fixed random typo
  • Added in missing description for DecimalType

* Fixed random typo
* Added in description for BigDecimal
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not 100% sure about this, actually, but the description is obviously missing.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Represents arbitrary-precision signed decimal numbers. A BigDecimal consists of an arbitrary precision integer unscaled value and a 32-bit integer scale. Backed internally by java.math.BigDecimal.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean "A DecimalType consists of..."?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or perhaps a reordering of the sentences as such?

Represents arbitrary-precision signed decimal numbers. Backed internally by java.math.BigDecimal. A BigDecimal consists of an arbitrary precision integer unscaled value and a 32-bit integer scale.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, either way.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okie doke. Done. (the latter way)

@nchammas
Copy link
Contributor Author

@SparkQA
Copy link

SparkQA commented Sep 12, 2014

QA tests have started for PR 2367 at commit 3247ac1.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Sep 12, 2014

QA tests have finished for PR 2367 at commit 3247ac1.

  • This patch passes unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Sep 12, 2014

QA tests have started for PR 2367 at commit aa528be.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Sep 12, 2014

QA tests have finished for PR 2367 at commit aa528be.

  • This patch passes unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@nchammas
Copy link
Contributor Author

@marmbrus Is this PR good to go? I'd be happy to update it or close it as required.

@marmbrus
Copy link
Contributor

Thanks! Merged.

asfgit pushed a commit that referenced this pull request Sep 13, 2014
* Fixed random typo
* Added in missing description for DecimalType

Author: Nicholas Chammas <[email protected]>

Closes #2367 from nchammas/patch-1 and squashes the following commits:

aa528be [Nicholas Chammas] doc fix for SQL DecimalType
3247ac1 [Nicholas Chammas] [SQL] [Docs] typo fixes

(cherry picked from commit a523cea)
Signed-off-by: Michael Armbrust <[email protected]>
@asfgit asfgit closed this in a523cea Sep 13, 2014
@nchammas nchammas deleted the patch-1 branch September 16, 2014 16:09
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.

3 participants