Minor indentation and comment typo fixes.

Author: Aaron Staple <astaple@gmail.com>

Closes #1630 from staple/minor and squashes the following commits:

6f295a2 [Aaron Staple] Fix typos in comment about ExprId.
8566467 [Aaron Staple] Fix off by one column indentation in SqlParser.
This commit is contained in:
Aaron Staple 2014-07-29 01:35:26 -07:00 committed by Reynold Xin
parent 20424dad30
commit fc4d057000
2 changed files with 13 additions and 13 deletions

View file

@ -28,8 +28,8 @@ object NamedExpression {
}
/**
* A globally (within this JVM) id for a given named expression.
* Used to identify with attribute output by a relation is being
* A globally unique (within this JVM) id for a given named expression.
* Used to identify which attribute output by a relation is being
* referenced in a subsequent computation.
*/
case class ExprId(id: Long)