-
- Downloads
[SPARK-11778][SQL] parse table name before it is passed to lookupRelation
Fix a bug in DataFrameReader.table (table with schema name such as "db_name.table" doesn't work) Use SqlParser.parseTableIdentifier to parse the table name before lookupRelation. Author: Huaxin Gao <huaxing@oc0558782468.ibm.com> Closes #9773 from huaxingao/spark-11778.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala 2 additions, 1 deletion...src/main/scala/org/apache/spark/sql/DataFrameReader.scala
- sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveDataFrameAnalyticsSuite.scala 10 additions, 0 deletions...g/apache/spark/sql/hive/HiveDataFrameAnalyticsSuite.scala
Please register or sign in to comment