Github user rberenguel commented on the issue:
https://github.com/apache/spark/pull/17100
@gatorsmile Thanks for the pointers, finally found some time to come back
to this. I'm not sure if my approach to get the `SQLConf` into `checkAnalysis`
is the correct one in my current local changes (since it seems to change a
possible API endpoint). I changed the current implementation in the trait to be
named instead `def checkAnalysisWithConf(plan: LogicalPlan, conf: SQLConf):
Unit` and added an abstract method `def checkAnalysis(plan: LogicalPlan): Unit`
that is then implemented in `Analyzer` (where we have a `conf` we can pass
around). I haven't fixed all the rest yet, was puzzled enough with the
correctness of this for now ;) Thanks
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]