feat(hive): Make hive view translation configurable
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 906
- Forks
- 219
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 2
Description
Currently, HiveViewTable is always translated, so the view is converted to a subquery after sql rewriting. Sometimes I want to retain view references after sql rewriting, so I want to make this behavior configurable.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the HiveViewTable translation path and how SQL rewriting currently converts the view into a subquery. Trace the existing configuration entry points, then define completion as allowing callers to retain view references or preserve the current translation behavior through a configuration choice.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, sql
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100