Repository: spark
Updated Branches:
  refs/heads/master 0b472f60c -> 3f9def811


[Minor] Fix doc typo for describing primitiveTerm effectiveness condition

It should be `true` instead of `false`?

Author: Liang-Chi Hsieh <vii...@gmail.com>

Closes #4762 from viirya/doc_fix and squashes the following commits:

2e37482 [Liang-Chi Hsieh] Fix doc.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/3f9def81
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/3f9def81
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/3f9def81

Branch: refs/heads/master
Commit: 3f9def81170c24f24f4a6b7ca7905de4f75e11e0
Parents: 0b472f6
Author: Liang-Chi Hsieh <vii...@gmail.com>
Authored: Mon Mar 2 13:11:17 2015 -0800
Committer: Michael Armbrust <mich...@databricks.com>
Committed: Mon Mar 2 13:11:17 2015 -0800

----------------------------------------------------------------------
 .../spark/sql/catalyst/expressions/codegen/CodeGenerator.scala     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/3f9def81/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala
----------------------------------------------------------------------
diff --git 
a/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala
 
b/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala
index 1f80d84..c347780 100644
--- 
a/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala
+++ 
b/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala
@@ -121,7 +121,7 @@ abstract class CodeGenerator[InType <: AnyRef, OutType <: 
AnyRef] extends Loggin
    * @param nullTerm A term that holds a boolean value representing whether 
the expression evaluated
    *                 to null.
    * @param primitiveTerm A term for a possible primitive value of the result 
of the evaluation. Not
-   *                      valid if `nullTerm` is set to `false`.
+   *                      valid if `nullTerm` is set to `true`.
    * @param objectTerm A possibly boxed version of the result of evaluating 
this expression.
    */
   protected case class EvaluatedExpression(


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to