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

    https://github.com/apache/spark/pull/17015#discussion_r102822414
  
    --- Diff: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/HiveTableScanExec.scala
 ---
    @@ -29,29 +30,31 @@ import 
org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils
     import org.apache.spark.rdd.RDD
     import org.apache.spark.sql.SparkSession
     import org.apache.spark.sql.catalyst.InternalRow
    +import org.apache.spark.sql.catalyst.catalog.CatalogRelation
     import org.apache.spark.sql.catalyst.expressions._
     import org.apache.spark.sql.execution._
     import org.apache.spark.sql.execution.metric.SQLMetrics
     import org.apache.spark.sql.hive._
    +import org.apache.spark.sql.hive.client.HiveClientImpl
     import org.apache.spark.sql.types.{BooleanType, DataType}
     import org.apache.spark.util.Utils
     
     /**
      * The Hive table scan operator.  Column and partition pruning are both 
handled.
      *
      * @param requestedAttributes Attributes to be fetched from the Hive table.
    - * @param relation The Hive table be scanned.
    + * @param relation the Hive table be scanned.
    --- End diff --
    
    Keep it the same?


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