linkedin / linkedin/coral

feat(hive): Make hive view translation configurable

Open
#573 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.