Skip to content

Commit

Permalink
Merge pull request apache#15 from AndyRao/hivepublic
Browse files Browse the repository at this point in the history
[PDR-2950]相关, 将HiveQl变成public
  • Loading branch information
CrazyJvm authored Jan 4, 2017
2 parents 51ecc4d + aa424f9 commit c380192
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private[hive] case class CreateViewAsSelect(
}

/** Provides a mapping from HiveQL statements to catalyst logical plans and expression trees. */
private[hive] object HiveQl extends Logging {
object HiveQl extends Logging {
protected val nativeCommands = Seq(
"TOK_ALTERDATABASE_OWNER",
"TOK_ALTERDATABASE_PROPERTIES",
Expand Down

0 comments on commit c380192

Please sign in to comment.