Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

[SQL-DS-CACHE-124] [POAE7-1133] Fix failed query in TPCDS #125

Merged
merged 6 commits into from
Jun 4, 2021

Commits on May 14, 2021

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

Commits on May 24, 2021

  1. fix q54

    jikunshang committed May 24, 2021
    Configuration menu
    Copy the full SHA
    64a3bd2 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. fix issues: 1) SparkOptimizer will add a UnscaledValue node for some …

    …aggregate case(sum/average), it may return a double type rather than long/decimal, so add a dump work around. 2) fix count node null issue
    jikunshang committed May 25, 2021
    Configuration menu
    Copy the full SHA
    03e7e84 View commit details
    Browse the repository at this point in the history
  2. remove logs

    jikunshang committed May 25, 2021
    Configuration menu
    Copy the full SHA
    8ca9343 View commit details
    Browse the repository at this point in the history
  3. remove log

    jikunshang committed May 25, 2021
    Configuration menu
    Copy the full SHA
    0127f75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b354a2 View commit details
    Browse the repository at this point in the history