Skip to content

Commit 277ed15

Browse files
committed
Update comment.
1 parent c6a5bf6 commit 277ed15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/orc/OrcSourceSuite.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ abstract class OrcSuite extends QueryTest with TestHiveSingleton with BeforeAndA
165165

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

0 commit comments

Comments
 (0)