Github user hvanhovell commented on a diff in the pull request:
https://github.com/apache/spark/pull/17379#discussion_r108662869
--- Diff:
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveSessionState.scala ---
@@ -32,15 +32,15 @@ import
org.apache.spark.sql.internal.{BaseSessionStateBuilder, SessionResourceLo
*/
private[hive] object HiveSessionState {
/**
- * Create a new Hive aware [[SessionState]]. for the given session.
+ * Create a new Hive aware [[SessionState]] for the given session.
*/
def apply(session: SparkSession): SessionState = {
new HiveSessionStateBuilder(session).build()
}
}
/**
- * Builder that produces a [[HiveSessionState]].
+ * Builder that produces a Hive aware [[SessionState]].
*/
@Experimental
@InterfaceStability.Unstable
--- End diff --
Yeah, lets rename the file to `HiveSessionBuilder.scala`
---
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]