Skip to content

Commit b86746a

Browse files
committed
Move SQLTestUtils.scala and ParquetTest.scala to src/test.
1 parent e4136ea commit b86746a

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
README
2+
======
3+
4+
Please do not add any class in this place unless it is used by `sql/console` or Python tests.
5+
If you need to create any classes or traits that will be used by tests from both `sql/core` and
6+
`sql/hive`, you can add them in the `src/test` of `sql/core` (tests of `sql/hive`
7+
depend on the test jar of `sql/core`).

0 commit comments

Comments
 (0)