apache / druid

Apache Druid: a high performance real-time analytics database.
https://druid.apache.org/
Apache License 2.0
13.43k stars 3.69k forks source link

Add MSQ engine support for window function drill tests #16665

Closed Akshat-Jain closed 3 months ago

Akshat-Jain commented 3 months ago

Description

This PR adds a test file MSQDrillWindowQueryTest which runs all tests from the existing window function drill test suite DrillWindowQueryTest using MSQ engine.

As a result of this, 17 tests failed with MSQ engine, which have been marked with msqIncompatible(); which we will get to in future PRs.

Key changed/added classes in this PR

This PR has: