jinchengchenghh commented on issue #11980:
URL: https://github.com/apache/gluten/issues/11980#issuecomment-4396286105
Do you know the ORC table scan output data type? Each operator should output
corresponding data type
```
case class FileSourceScanExecTransformer(
@transient override val relation: HadoopFsRelation,
@transient stream: Option[SparkDataStream],
override val output: Seq[Attribute],
override val requiredSchema: StructType,
override val partitionFilters: Seq[Expression],
override val optionalBucketSet: Option[BitSet],
override val optionalNumCoalescedBuckets: Option[Int],
override val dataFilters: Seq[Expression],
override val tableIdentifier: Option[TableIdentifier],
override val disableBucketedScan: Boolean = false,
override val pushDownFilters: Option[Seq[Expression]] = None)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]