Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
hvanhovell committed Feb 5, 2017
1 parent c6a5bf6 commit 277ed15
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ abstract class OrcSuite extends QueryTest with TestHiveSingleton with BeforeAndA

test("read varchar column from orc tables created by hive") {
try {
// This is an ORC file with a single VARCHAR(10) column that's created using Hive 1.2.1
// This is an ORC file with a STRING, a CHAR(10) and a VARCHAR(10) column that has been
// created using Hive 1.2.1
val hiveOrc = new File(Thread.currentThread().getContextClassLoader
.getResource(s"data/files/orc/").getFile).toURI
sql(
Expand Down

0 comments on commit 277ed15

Please sign in to comment.