Repository: spark
Updated Branches:
  refs/heads/master 950e7374a -> 4afb35033


[SPARK-25884][SQL][FOLLOW-UP] Add sample.json back.

## What changes were proposed in this pull request?

This is a follow-up pr of #22892 which moved `sample.json` from hive module to 
sql module, but we still need the file in hive module.

## How was this patch tested?

Existing tests.

Closes #22942 from ueshin/issues/SPARK-25884/sample.json.

Authored-by: Takuya UESHIN <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4afb3503
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/4afb3503
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/4afb3503

Branch: refs/heads/master
Commit: 4afb3503346455dced7f310a0b722d7f579ef5cb
Parents: 950e737
Author: Takuya UESHIN <[email protected]>
Authored: Mon Nov 5 15:53:06 2018 +0800
Committer: Wenchen Fan <[email protected]>
Committed: Mon Nov 5 15:53:06 2018 +0800

----------------------------------------------------------------------
 sql/hive/src/test/resources/sample.json | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/4afb3503/sql/hive/src/test/resources/sample.json
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/sample.json 
b/sql/hive/src/test/resources/sample.json
new file mode 100644
index 0000000..a2c2ffd
--- /dev/null
+++ b/sql/hive/src/test/resources/sample.json
@@ -0,0 +1,2 @@
+{"a" : "2" ,"b" : "blah", "c_!@(3)":1}
+{"<d>" : {"d!" : [4, 5], "=" : [{"Dd2": null}, {"Dd2" : true}]}}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to