Skip to content

Commit 5f22316

Browse files
committed
revert
1 parent aaeb298 commit 5f22316

2 files changed

Lines changed: 20 additions & 6 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{"key":251,"value":"val_251","ds":"2008-04-08","hr":"11"}
2+
{"key":251,"value":"val_251","ds":"2008-04-09","hr":"11"}
3+
{"key":251,"value":"val_251","ds":"2008-04-08","hr":"12"}
4+
{"key":251,"value":"val_251","ds":"2008-04-09","hr":"12"}
5+
{"key":86,"value":"val_86","ds":"2008-04-08","hr":"11"}
6+
{"key":86,"value":"val_86","ds":"2008-04-09","hr":"11"}
7+
{"key":86,"value":"val_86","ds":"2008-04-08","hr":"12"}
8+
{"key":86,"value":"val_86","ds":"2008-04-09","hr":"12"}
9+
{"key":165,"value":"val_165","ds":"2008-04-08","hr":"11"}
10+
{"key":165,"value":"val_165","ds":"2008-04-09","hr":"11"}
11+
{"key":165,"value":"val_165","ds":"2008-04-08","hr":"12"}
12+
{"key":165,"value":"val_165","ds":"2008-04-09","hr":"12"}
13+
{"key":330,"value":"val_330","ds":"2008-04-08","hr":"11"}
14+
{"key":330,"value":"val_330","ds":"2008-04-09","hr":"11"}
15+
{"key":330,"value":"val_330","ds":"2008-04-08","hr":"12"}
16+
{"key":330,"value":"val_330","ds":"2008-04-09","hr":"12"}
17+
{"key":165,"value":"val_165","ds":"2008-04-08","hr":"11"}
18+
{"key":165,"value":"val_165","ds":"2008-04-09","hr":"11"}
19+
{"key":165,"value":"val_165","ds":"2008-04-08","hr":"12"}
20+
{"key":165,"value":"val_165","ds":"2008-04-09","hr":"12"}

sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -261,12 +261,6 @@ class SQLQueryTestSuite extends QueryTest with SharedSQLContext {
261261
.createOrReplaceTempView("srcpart")
262262
}
263263

264-
test("test") {
265-
val srcSchema = new StructType().add("key", IntegerType).add("value", StringType)
266-
spark.read.schema(srcSchema).json(getFilePath("test-data/kv1.json"))
267-
.createOrReplaceTempView("src")
268-
}
269-
270264
private val originalTimeZone = TimeZone.getDefault
271265
private val originalLocale = Locale.getDefault
272266

0 commit comments

Comments
 (0)