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

    https://github.com/apache/spark/pull/6173#discussion_r30435480
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala
 ---
    @@ -148,17 +147,17 @@ class Analyzer(
          * @param exprs the attributes in sequence
          * @return the attributes of non selected specified via bitmask (with 
the bit set to 1)
          */
    -    private def buildNonSelectExprSet(bitmask: Int, exprs: Seq[Expression])
    -    : OpenHashSet[Expression] = {
    -      val set = new OpenHashSet[Expression](2)
    +    private def buildNonSelectExprs(bitmask: Int, exprs: Seq[Expression])
    +    : Seq[Expression] = {
    --- End diff --
    
    Existing: does this need to be wrapped? 


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