Skip to content

Commit

Permalink
revert it back.
Browse files Browse the repository at this point in the history
  • Loading branch information
gatorsmile committed Apr 4, 2016
1 parent 07264c0 commit c618a78
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import org.apache.spark.sql.catalyst.catalog.{CatalogColumn, CatalogStorageForma
import org.apache.spark.sql.catalyst.expressions._
import org.apache.spark.sql.catalyst.parser._
import org.apache.spark.sql.catalyst.parser.SqlBaseParser._
import org.apache.spark.sql.catalyst.plans.logical.{LogicalPlan, ScriptInputOutputSchema}
import org.apache.spark.sql.catalyst.plans.logical.LogicalPlan
import org.apache.spark.sql.execution.SparkSqlAstBuilder
import org.apache.spark.sql.hive.{CreateTableAsSelect => CTAS, CreateViewAsSelect => CreateView}
import org.apache.spark.sql.hive.{HiveGenericUDTF, HiveSerDe}
Expand Down Expand Up @@ -299,7 +299,7 @@ class HiveSqlAstBuilder extends SparkSqlAstBuilder {
recordWriter: Token,
outRowFormat: RowFormatContext,
recordReader: Token,
schemaLess: Boolean): ScriptInputOutputSchema = {
schemaLess: Boolean): HiveScriptIOSchema = {
if (recordWriter != null || recordReader != null) {
logWarning("Used defined record reader/writer classes are currently ignored.")
}
Expand Down

0 comments on commit c618a78

Please sign in to comment.