You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by nchammas <gi...@git.apache.org> on 2014/09/12 06:42:56 UTC

[GitHub] spark pull request: [SQL] [Docs] typo fixes

GitHub user nchammas opened a pull request:

    https://github.com/apache/spark/pull/2367

    [SQL] [Docs] typo fixes

    * Fixed random typo
    * Added in missing description for BigDecimal

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nchammas/spark patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/2367.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2367
    
----
commit 3247ac1dcc9f925ba09713da6f075dd69fc7717c
Author: Nicholas Chammas <ni...@gmail.com>
Date:   2014-09-12T04:42:32Z

    [SQL] [Docs] typo fixes
    
    * Fixed random typo
    * Added in description for BigDecimal

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] [Docs] typo fixes

Posted by nchammas <gi...@git.apache.org>.
Github user nchammas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/2367#discussion_r17462816
  
    --- Diff: docs/sql-programming-guide.md ---
    @@ -1110,7 +1109,7 @@ evaluated by the SQL execution engine.  A full list of the functions supported c
         The range of numbers is from `-9223372036854775808` to `9223372036854775807`.
         - `FloatType`: Represents 4-byte single-precision floating point numbers.
         - `DoubleType`: Represents 8-byte double-precision floating point numbers.
    -    - `DecimalType`: 
    +    - `DecimalType`: Represents 16-byte arbitrary-precision floating point numbers.
    --- End diff --
    
    I'm not 100% sure about this, actually, but the description is obviously missing.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] [Docs] typo fixes

Posted by marmbrus <gi...@git.apache.org>.
Github user marmbrus commented on a diff in the pull request:

    https://github.com/apache/spark/pull/2367#discussion_r17497864
  
    --- Diff: docs/sql-programming-guide.md ---
    @@ -1110,7 +1109,7 @@ evaluated by the SQL execution engine.  A full list of the functions supported c
         The range of numbers is from `-9223372036854775808` to `9223372036854775807`.
         - `FloatType`: Represents 4-byte single-precision floating point numbers.
         - `DoubleType`: Represents 8-byte double-precision floating point numbers.
    -    - `DecimalType`: 
    +    - `DecimalType`: Represents 16-byte arbitrary-precision floating point numbers.
    --- End diff --
    
    Sure, either way.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] [Docs] typo fixes

Posted by nchammas <gi...@git.apache.org>.
Github user nchammas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/2367#discussion_r17498134
  
    --- Diff: docs/sql-programming-guide.md ---
    @@ -1110,7 +1109,7 @@ evaluated by the SQL execution engine.  A full list of the functions supported c
         The range of numbers is from `-9223372036854775808` to `9223372036854775807`.
         - `FloatType`: Represents 4-byte single-precision floating point numbers.
         - `DoubleType`: Represents 8-byte double-precision floating point numbers.
    -    - `DecimalType`: 
    +    - `DecimalType`: Represents 16-byte arbitrary-precision floating point numbers.
    --- End diff --
    
    Okie doke. Done. (the latter way)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] [Docs] typo fixes

Posted by marmbrus <gi...@git.apache.org>.
Github user marmbrus commented on the pull request:

    https://github.com/apache/spark/pull/2367#issuecomment-55504402
  
    Thanks! Merged.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] [Docs] typo fixes

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/2367#issuecomment-55364057
  
      [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/20204/consoleFull) for   PR 2367 at commit [`3247ac1`](https://github.com/apache/spark/commit/3247ac1dcc9f925ba09713da6f075dd69fc7717c).
     * This patch **passes** unit tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] [Docs] typo fixes

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/2367#issuecomment-55457315
  
      [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/20233/consoleFull) for   PR 2367 at commit [`aa528be`](https://github.com/apache/spark/commit/aa528beb4e1521aad91c85110815a192cf70cfea).
     * This patch **passes** unit tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] [Docs] typo fixes

Posted by nchammas <gi...@git.apache.org>.
Github user nchammas commented on the pull request:

    https://github.com/apache/spark/pull/2367#issuecomment-55361153
  
    @marmbrus - These things should probably also be fixed in the just-released 1.1.0 docs:
    * http://spark.apache.org/docs/latest/sql-programming-guide.html#scheduling
    * http://spark.apache.org/docs/latest/sql-programming-guide.html#spark-sql-datatype-reference


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] [Docs] typo fixes

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/spark/pull/2367


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] [Docs] typo fixes

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/2367#issuecomment-55361255
  
      [QA tests have started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/20204/consoleFull) for   PR 2367 at commit [`3247ac1`](https://github.com/apache/spark/commit/3247ac1dcc9f925ba09713da6f075dd69fc7717c).
     * This patch merges cleanly.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] [Docs] typo fixes

Posted by nchammas <gi...@git.apache.org>.
Github user nchammas commented on the pull request:

    https://github.com/apache/spark/pull/2367#issuecomment-55481560
  
    @marmbrus Is this PR good to go? I'd be happy to update it or close it as required.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] [Docs] typo fixes

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/2367#issuecomment-55450488
  
      [QA tests have started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/20233/consoleFull) for   PR 2367 at commit [`aa528be`](https://github.com/apache/spark/commit/aa528beb4e1521aad91c85110815a192cf70cfea).
     * This patch merges cleanly.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] [Docs] typo fixes

Posted by nchammas <gi...@git.apache.org>.
Github user nchammas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/2367#discussion_r17497829
  
    --- Diff: docs/sql-programming-guide.md ---
    @@ -1110,7 +1109,7 @@ evaluated by the SQL execution engine.  A full list of the functions supported c
         The range of numbers is from `-9223372036854775808` to `9223372036854775807`.
         - `FloatType`: Represents 4-byte single-precision floating point numbers.
         - `DoubleType`: Represents 8-byte double-precision floating point numbers.
    -    - `DecimalType`: 
    +    - `DecimalType`: Represents 16-byte arbitrary-precision floating point numbers.
    --- End diff --
    
    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.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] [Docs] typo fixes

Posted by marmbrus <gi...@git.apache.org>.
Github user marmbrus commented on a diff in the pull request:

    https://github.com/apache/spark/pull/2367#discussion_r17497519
  
    --- Diff: docs/sql-programming-guide.md ---
    @@ -1110,7 +1109,7 @@ evaluated by the SQL execution engine.  A full list of the functions supported c
         The range of numbers is from `-9223372036854775808` to `9223372036854775807`.
         - `FloatType`: Represents 4-byte single-precision floating point numbers.
         - `DoubleType`: Represents 8-byte double-precision floating point numbers.
    -    - `DecimalType`: 
    +    - `DecimalType`: Represents 16-byte arbitrary-precision floating point numbers.
    --- End diff --
    
    `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.`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] [Docs] typo fixes

Posted by nchammas <gi...@git.apache.org>.
Github user nchammas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/2367#discussion_r17497785
  
    --- Diff: docs/sql-programming-guide.md ---
    @@ -1110,7 +1109,7 @@ evaluated by the SQL execution engine.  A full list of the functions supported c
         The range of numbers is from `-9223372036854775808` to `9223372036854775807`.
         - `FloatType`: Represents 4-byte single-precision floating point numbers.
         - `DoubleType`: Represents 8-byte double-precision floating point numbers.
    -    - `DecimalType`: 
    +    - `DecimalType`: Represents 16-byte arbitrary-precision floating point numbers.
    --- End diff --
    
    Did you mean "A DecimalType consists of..."?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org