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

Store Decimal precision and size while normalising #15785

Merged
merged 12 commits into from
Apr 25, 2024

Commits on Apr 23, 2024

  1. feat: add failing tpch query and fix

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    6ba94f2 View commit details
    Browse the repository at this point in the history
  2. test: remove case from the query since that's a separate issue

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2ae9b2e View commit details
    Browse the repository at this point in the history
  3. feat: fix size implementation

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    5310d1b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. refactor: address review comments

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    08ff1cb View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into tpch-decimal-problem

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    262d61b View commit details
    Browse the repository at this point in the history
  3. feat: fix build issues

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f9ec1b7 View commit details
    Browse the repository at this point in the history
  4. refactor: improve performance

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    db20c3b View commit details
    Browse the repository at this point in the history
  5. Add size handling for datetime / time as well

    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    dbussink committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a021f07 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. refactor: simplify code

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    019684b View commit details
    Browse the repository at this point in the history
  2. test: fix test expectations

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3b39dc1 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/main' into tpch-decimal-problem

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8f56066 View commit details
    Browse the repository at this point in the history
  4. test: add complete Q14 test

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0588f63 View commit details
    Browse the repository at this point in the history