hvanhovell commented on code in PR #42492:
URL: https://github.com/apache/spark/pull/42492#discussion_r1294088333
##########
connector/connect/server/src/main/scala/org/apache/spark/sql/connect/planner/SparkConnectPlanner.scala:
##########
@@ -1403,6 +1403,9 @@ class SparkConnectPlanner(val sessionHolder:
SessionHolder) extends Logging {
if (attr.hasPlanId) {
expr.setTagValue(LogicalPlan.PLAN_ID_TAG, attr.getPlanId)
}
+ if (attr.hasIsMetadataColumn) {
Review Comment:
For the record I am not sure I like this. It gets the job done, but I do
feel we should use actual fields for this instead of sneaking it in.
--
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]