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

Ignore materialized and alias cols infered during HTTP prepare batch #1214

Merged
merged 7 commits into from
Mar 14, 2024

Commits on Mar 1, 2024

  1. ignore materialized and alias cols

    during instantiation of the batch insert we construct all the columns,
    there is no need to do it for materialized and alias columns as they are
    non insertable
    iyuroch committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    903a0d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bced2c6 View commit details
    Browse the repository at this point in the history
  3. fix indent

    iyuroch committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ffc756b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

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

Commits on Mar 10, 2024

  1. add test case

    iyuroch committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    acca784 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    8322114 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    fd917e8 View commit details
    Browse the repository at this point in the history