aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/compatibility/src/test/scala
diff options
context:
space:
mode:
authorShixiong Zhu <shixiong@databricks.com>2016-06-28 18:33:37 -0700
committerTathagata Das <tathagata.das1565@gmail.com>2016-06-28 18:33:37 -0700
commit5bf8881b34a18f25acc10aeb28a06af4c44a6ac8 (patch)
tree2c5de0eec43cef92cadfe76d898d45e8ed59fc75 /sql/hive/compatibility/src/test/scala
parent823518c2b5259c8a954431467639198c808c9198 (diff)
downloadspark-5bf8881b34a18f25acc10aeb28a06af4c44a6ac8.tar.gz
spark-5bf8881b34a18f25acc10aeb28a06af4c44a6ac8.tar.bz2
spark-5bf8881b34a18f25acc10aeb28a06af4c44a6ac8.zip
[SPARK-16268][PYSPARK] SQLContext should import DataStreamReader
## What changes were proposed in this pull request? Fixed the following error: ``` >>> sqlContext.readStream Traceback (most recent call last): File "<stdin>", line 1, in <module> File "...", line 442, in readStream return DataStreamReader(self._wrapped) NameError: global name 'DataStreamReader' is not defined ``` ## How was this patch tested? The added test. Author: Shixiong Zhu <shixiong@databricks.com> Closes #13958 from zsxwing/fix-import.
Diffstat (limited to 'sql/hive/compatibility/src/test/scala')
0 files changed, 0 insertions, 0 deletions