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

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


    from 6fec1d4c95 Add useNativeQueryExplain in sql query context 
documentation (#12924) (#12934)
     add 289e43281e stricter behavior for parse_json, add try_parse_json, 
remove to_json (#12920)

No new revisions were added by this update.

Summary of changes:
 .../query/expression/NestedDataExpressions.java    | 145 ++++++++++++---------
 .../druid/segment/NestedDataDimensionHandler.java  |   4 +-
 .../segment/nested/NestedDataComplexTypeSerde.java |   2 +-
 .../druid/segment/nested/StructuredData.java       |  11 +-
 .../segment/nested/StructuredDataProcessor.java    |  14 +-
 .../segment/virtual/NestedFieldVirtualColumn.java  |  10 +-
 .../expression/NestedDataExpressionsTest.java      |  56 +++++++-
 .../druid/query/expression/TestExprMacroTable.java |   4 +-
 .../src/test/resources/simple-nested-test-data.tsv |   2 +-
 .../org/apache/druid/guice/ExpressionModule.java   |   2 +-
 .../builtin/NestedDataOperatorConversions.java     |  26 ++--
 .../sql/calcite/planner/DruidOperatorTable.java    |   2 +-
 .../sql/calcite/CalciteNestedDataQueryTest.java    |  28 ++--
 13 files changed, 184 insertions(+), 122 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to