EnricoMi commented on PR #38256:
URL: https://github.com/apache/spark/pull/38256#issuecomment-1278628316
Note that `Dataset("the.id")` is different to `Dataset.select("the.id")` is
different to `LocalRelation.select("the.id")`. They all three have different
semantics in what `"the.id"` means, only `Dataset.select("the.id")` and
LocalRelation.select($"`the`.`id`")
raise the exception.
--
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]