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

    https://github.com/apache/spark/pull/999#discussion_r13828482
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/package.scala 
---
    @@ -17,8 +17,55 @@
     
     package org.apache.spark.sql.catalyst
     
    +import org.apache.spark.sql.catalyst.expressions.Attribute
    +import org.apache.spark.sql.catalyst.types.{ArrayType, DataType, 
StructField, StructType}
    +
     /**
      * A a collection of common abstractions for query plans as well as
      * a base logical plan representation.
      */
    -package object plans
    +package object plans {
    +
    +  def generateSchemaTreeString(schema: Seq[Attribute]): String = {
    --- End diff --
    
    is this only used in QueryPlan?  If so, maybe is should just live there as 
a protected method.


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

Reply via email to