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 ff32cd0 commit 5598efcCopy full SHA for 5598efc
sql/core/src/main/scala/org/apache/spark/sql/parquet/newParquet.scala
@@ -308,7 +308,7 @@ private[sql] class ParquetRelation2(
308
309
// Overridden so we can inject our own cached files statuses.
310
override def getPartitions: Array[SparkPartition] = {
311
- val inputFormat = new ParquetInputFormat[Row] {
+ val inputFormat = new ParquetInputFormat[InternalRow] {
312
override def listStatus(jobContext: JobContext): JList[FileStatus] = {
313
if (cacheMetadata) cachedStatuses else super.listStatus(jobContext)
314
}
0 commit comments