Tags: opensearch-project/sql
Tags
Adjust shadowJar name (#5203) * Adjust shadowJar name Signed-off-by: Eric Wei <[email protected]> * Fix flaky ExtractTest and update CI macOS runner - Fix ExtractTest.testExtractDatePartWithTimeType() flaky WEEK assertion by using the same DateTimeFormatter("w", Locale.ENGLISH) calculation as the EXTRACT function instead of ALIGNED_WEEK_OF_YEAR - Update CI macOS runner from deprecated macos-13 to macos-14 Signed-off-by: Eric Wei <[email protected]> --------- Signed-off-by: Eric Wei <[email protected]>
[3.5 Only][Maintenance] Temporarily Ignore TPCH flaky test (#5116) * [Maintenance] Temporarily Ignore TPCH flaky test Signed-off-by: Jialiang Liang <[email protected]> * remove note Signed-off-by: Jialiang Liang <[email protected]> * ignore the whole suite Signed-off-by: Jialiang Liang <[email protected]> --------- Signed-off-by: Jialiang Liang <[email protected]>
[BugFix] Fix Memory Exhaustion for Multiple Filtering Operations in P… …PL (#4841) * [BugFix] Fix Regex OOM when there are 10+ regex clauses Signed-off-by: Jialiang Liang <[email protected]> * fix unit tests Signed-off-by: Jialiang Liang <[email protected]> * fix tests Signed-off-by: Jialiang Liang <[email protected]> * fix explain tests and corresponding commands Signed-off-by: Jialiang Liang <[email protected]> * fix explain tests for testFilterPushDownExplain Signed-off-by: Jialiang Liang <[email protected]> * peng - isolate the fix logic to its own visitor class Signed-off-by: Jialiang Liang <[email protected]> * Directly apply Calcite CoreRules.FILTER_MERGE before VolcanoPlanner plan Co-authored-by: Peng Huo <[email protected]> Signed-off-by: Jialiang Liang <[email protected]> * fix the UTs Signed-off-by: Jialiang Liang <[email protected]> * fix the ITs after rebase Signed-off-by: Jialiang Liang <[email protected]> * fix clickbench IT and more ITs Signed-off-by: Jialiang Liang <[email protected]> * address comments from peng Signed-off-by: Jialiang Liang <[email protected]> * add yaml test Signed-off-by: Jialiang Liang <[email protected]> --------- Signed-off-by: Jialiang Liang <[email protected]> Co-authored-by: Peng Huo <[email protected]>
[Backport 3.2] Prevent aggregation push down when it has inner filter(#… …4002) (#4023) * Prevent aggregation push down when it has inner filter (#4002) * Prevent aggregation push down when it has inner filter Signed-off-by: Heng Qian <[email protected]> * Fix IT & Remove log Signed-off-by: Heng Qian <[email protected]> * Fix 4009 Signed-off-by: Heng Qian <[email protected]> * Fix IT Signed-off-by: Heng Qian <[email protected]> --------- Signed-off-by: Heng Qian <[email protected]> (cherry picked from commit 6e3329f) Signed-off-by: Heng Qian <[email protected]> * Remove code Signed-off-by: Heng Qian <[email protected]> --------- Signed-off-by: Heng Qian <[email protected]>
Add release notes on version 3.0.0.0 (#3592) * Add release notes on version 3.0.0.0 Signed-off-by: Lantao Jin <[email protected]> * Add more commits which are missing between two release notes Signed-off-by: Lantao Jin <[email protected]> --------- Signed-off-by: Lantao Jin <[email protected]>
PreviousNext