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 309cae7b65 nested column support for Parquet and Avro (#13325)
add 9e938b5a6f Add a limit to the number of columns in the CLUSTERED BY
clause (#13352)
No new revisions were added by this update.
Summary of changes:
docs/multi-stage-query/reference.md | 2 +
.../java/org/apache/druid/msq/exec/Limits.java | 10 +++++
.../org/apache/druid/msq/exec/QueryValidator.java | 12 ++++++
.../apache/druid/msq/guice/MSQIndexingModule.java | 2 +
...lt.java => TooManyClusteredByColumnsFault.java} | 27 ++++++++-----
.../org/apache/druid/msq/exec/MSQInsertTest.java | 47 ++++++++++++++++++++++
.../msq/indexing/error/MSQFaultSerdeTest.java | 1 +
7 files changed, 92 insertions(+), 9 deletions(-)
copy
extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/indexing/error/{TooManyColumnsFault.java
=> TooManyClusteredByColumnsFault.java} (72%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]