Github user rxin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/10905#discussion_r50800538
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/ASTNode.scala 
---
    @@ -60,6 +60,12 @@ case class ASTNode(
       /** Source text. */
       lazy val source = stream.toString(startIndex, stopIndex)
     
    +  /** Get the source text that remains after this token. */
    +  lazy val remainder = {
    --- End diff --
    
    if you are updating the pr, can you add explicit types for all the public 
vals?



---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to