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

    https://github.com/apache/spark/pull/2953#discussion_r19527141
  
    --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala ---
    @@ -845,6 +858,198 @@ private[hive] object HiveQl {
           throw new NotImplementedError(s"No parse rules for:\n 
${dumpTree(a).toString} ")
       }
     
    +  // store the window def of current sql
    +  //use thread id as key to avoid mistake when muti sqls parse at the same 
time
    +  protected val windowDefMap = new ConcurrentHashMap[Long,Map[String, 
Seq[ASTNode]]]()
    +
    +  // store the window spec of current sql
    +  //use thread id as key to avoid mistake when muti sqls parse at the same 
time
    --- End diff --
    
    Space after //


---
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