This is an automated email from the ASF dual-hosted git repository.
karan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
from a0fd9ec55ca fix issue with SQL boolean constants not respecting nulls
when strict booleans and sql compatible null handling are enabled (#15135)
add 61ea9e07c5a Limit pages size to a configurable limit (#14994)
No new revisions were added by this update.
Summary of changes:
docs/multi-stage-query/reference.md | 2 +-
.../org/apache/druid/msq/exec/ControllerImpl.java | 43 ++-
.../druid/msq/querykit/ShuffleSpecFactories.java | 14 +
.../druid/msq/sql/entity/PageInformation.java | 63 ++--
.../msq/sql/resources/SqlStatementResource.java | 15 +-
.../druid/msq/util/MultiStageQueryContext.java | 12 +
.../druid/msq/util/SqlStatementResourceHelper.java | 75 +++--
.../org/apache/druid/msq/exec/MSQSelectTest.java | 165 ++++++++++-
.../msq/sql/entity/ResultSetInformationTest.java | 2 +-
.../msq/sql/entity/SqlStatementResultTest.java | 2 +-
.../resources/SqlMSQStatementResourcePostTest.java | 135 ++++++++-
.../org/apache/druid/msq/test/MSQTestBase.java | 53 ++--
.../msq/util/SqlStatementResourceHelperTest.java | 322 +++++++++++++++++++++
13 files changed, 802 insertions(+), 101 deletions(-)
create mode 100644
extensions-core/multi-stage-query/src/test/java/org/apache/druid/msq/util/SqlStatementResourceHelperTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]