Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CALCITE-6465: Rework code generator to use Flink code splitter #3901

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Sep 18, 2024

  1. WIP: Integrate Flink code splitter

    Integrate Flink Java code splitter and run it on all final Expressions when converting to Java code.
    
    Next step is to run it based on configuration options
    jduo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6ac2d2e View commit details
    Browse the repository at this point in the history
  2. Remove exclusion of flink-core

    JavaCodeSplitter needs it for Preconditions
    jduo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c63821e View commit details
    Browse the repository at this point in the history
  3. Fix format violations

    jduo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5556360 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3cf335 View commit details
    Browse the repository at this point in the history
  5. Remove extra newline

    jduo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    739c747 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e9e20e1 View commit details
    Browse the repository at this point in the history
  7. Merge fixes

    jduo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    dc783a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    b7553e4 View commit details
    Browse the repository at this point in the history
  2. Checker framework

    jduo committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f63b665 View commit details
    Browse the repository at this point in the history
  3. Autostyle

    jduo committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4216e80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2077d1e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    fd2de3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f04243 View commit details
    Browse the repository at this point in the history
  3. Fix commented-out code

    jduo committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    dd5b995 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f62b88 View commit details
    Browse the repository at this point in the history
  5. Revert unintended change

    jduo committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1766b35 View commit details
    Browse the repository at this point in the history
  6. Fix merge issues

    jduo committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    cd33092 View commit details
    Browse the repository at this point in the history