We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a5bf6 commit 277ed15Copy full SHA for 277ed15
sql/hive/src/test/scala/org/apache/spark/sql/hive/orc/OrcSourceSuite.scala
@@ -165,7 +165,8 @@ abstract class OrcSuite extends QueryTest with TestHiveSingleton with BeforeAndA
165
166
test("read varchar column from orc tables created by hive") {
167
try {
168
- // 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
169
+ // created using Hive 1.2.1
170
val hiveOrc = new File(Thread.currentThread().getContextClassLoader
171
.getResource(s"data/files/orc/").getFile).toURI
172
sql(
0 commit comments