You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ji...@apache.org on 2021/04/13 03:44:28 UTC

[druid] branch 0.21.0 updated (0c3ef03 -> 25e5b7c)

This is an automated email from the ASF dual-hosted git repository.

jihoonson pushed a change to branch 0.21.0
in repository https://gitbox.apache.org/repos/asf/druid.git.


    from 0c3ef03  Allow list for JDBC connection properties to address CVE-2021-26919 (#11047) (#11100)
     add 25e5b7c  Update doc for query errors and add unit tests for JsonParserIterator (#10833) (#11101)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/druid/query/QueryException.java     |   4 +-
 docs/querying/querying.md                          |  39 ++--
 .../query/ResourceLimitExceededException.java      |  16 +-
 .../druid/query/scan/ScanQueryRunnerFactory.java   |   2 +-
 .../apache/druid/client/JsonParserIterator.java    |   9 +-
 .../druid/server/ClientQuerySegmentWalker.java     |   7 +-
 .../druid/client/JsonParserIteratorTest.java       | 211 +++++++++++++++++++++
 7 files changed, 259 insertions(+), 29 deletions(-)
 create mode 100644 server/src/test/java/org/apache/druid/client/JsonParserIteratorTest.java

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org