Eric5553 commented on a change in pull request #27511: [SPARK-30765][SQL]
Refine base operator abstraction code style
URL: https://github.com/apache/spark/pull/27511#discussion_r383946201
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/DataSourceScanExec.scala
##########
@@ -102,7 +102,7 @@ case class RowDataSourceScanExec(
filters: Set[Filter],
handledFilters: Set[Filter],
rdd: RDD[InternalRow],
- @transient relation: BaseRelation,
+ @transient override val relation: BaseRelation,
Review comment:
Oh, I think I forgot to update here. Per previous discussion, we should
replace base definition to 'def' instead of adding these `override`s.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]