GitHub user takidau opened a pull request:
https://github.com/apache/beam/pull/3384
[BEAM-2459] Remove UnsupportedOperationVisitor, which is currently just a
no-op
AFAICT, UnsupportedOperationVisitor just extends SqlShuttle with no
overrides, which means it does nothing when it visits SqlNodes. As such, the
one use of it in BeamQueryPlanner is a no-op. Removing, unless there is a good
reason not to.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/takidau/beam BEAM-2459
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/3384.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3384
----
commit 5276d2381cb638e01ada16b09dd52cdda286590e
Author: Tyler Akidau <[email protected]>
Date: 2017-06-16T23:16:46Z
Remove UnsupportOperationVisitor, which is currently just a no-op
----
---
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.
---