This is an automated email from the ASF dual-hosted git repository. vitalii pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/drill.git.
from 172dc7c DRILL-6903: SchemaBuilder code improvements new 4355e97 DRILL-6971: Display query state in query result page new da7cb4e DRILL-6971: Labelled Query State with color coding new 95d91f4 DRILL-6969: Fix inconsistency of reading MaprDB JSON tables using hive plugin when native reader is enabled new de863af DRILL-6944: UnsupportedOperationException thrown for view over MapR-DB binary table new a566b0a DRILL-6942: Provide ability to sort list of profiles on Drill Web UI new 0f05f53 DRILL-6967: Fix TIMESTAMPDIFF function for QUARTER qualifier The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../store/mapr/db/MapRDBFormatPluginConfig.java | 8 + .../mapr/db/json/CompareFunctionsProcessor.java | 57 +++++- .../store/mapr/db/json/JsonConditionBuilder.java | 7 +- .../store/mapr/db/json/MaprDBJsonRecordReader.java | 75 +++++-- .../drill/maprdb/tests/json/TestScanRanges.java | 4 +- ...ertHiveMapRDBJsonScanToDrillMapRDBJsonScan.java | 11 +- .../exec/store/hive/schema/DrillHiveViewTable.java | 6 +- .../TimestampDiff.java | 3 +- .../java/org/apache/drill/exec/ExecConstants.java | 6 + .../java/org/apache/drill/exec/dotdrill/View.java | 222 ++++++++++++++------- .../AbstractDisposableUserClientConnection.java | 7 + .../exec/server/options/SystemOptionManager.java | 1 + .../drill/exec/server/rest/QueryResources.java | 6 + .../drill/exec/server/rest/QueryWrapper.java | 2 + .../exec/server/rest/profile/ProfileResources.java | 8 +- .../java-exec/src/main/resources/drill-module.conf | 2 + exec/java-exec/src/main/resources/rest/options.ftl | 13 +- .../src/main/resources/rest/profile/list.ftl | 14 +- .../src/main/resources/rest/profile/profile.ftl | 14 +- .../src/main/resources/rest/query/result.ftl | 17 +- .../rest/static/css/drill-dataTables.sortable.css | 11 + .../fn/impl/TestTimestampAddDiffFunctions.java | 80 ++++---- .../apache/drill/exec/sql/TestBaseViewSupport.java | 4 +- .../org/apache/drill/exec/sql/TestViewSupport.java | 61 +++++- .../test/resources/avro/map_string_to_long.avro | Bin 0 -> 207 bytes .../resources/view/vw_before_drill_6944.view.drill | 10 + .../drill/exec/expr/fn/impl/DateUtility.java | 3 + 27 files changed, 473 insertions(+), 179 deletions(-) create mode 100644 exec/java-exec/src/main/resources/rest/static/css/drill-dataTables.sortable.css create mode 100644 exec/java-exec/src/test/resources/avro/map_string_to_long.avro create mode 100644 exec/java-exec/src/test/resources/view/vw_before_drill_6944.view.drill