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

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


    from a61eddc  DRILL-6989: Upgrade to SqlLine 1.7
     new 12487c9  DRILL-7032: Ignore corrupt rows in a PCAP file
     new e2ec270  DRILL-7051: Upgrade jetty - upgrade Jetty dependencies to 9.3 
version - adaptation to the new Jetty API (SessionHandler, LoginService, 
AbstractLoginService) - add JavaDocs and code refactoring
     new 3c798d3  DRILL-7077: Add Function to Facilitate Time Series Analysis
     new f8766b8  DRILL-7142: Add space after > in SqlLine prompt

The 4 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:
 .../drill/exec/udfs/NearestDateFunctions.java      | 147 ++++++++++++++++++++
 .../apache/drill/exec/udfs/NearestDateUtils.java   | 151 ++++++++++++++++++++
 .../drill/exec/udfs/TestNearestDateFunctions.java  | 153 +++++++++++++++++++++
 .../drill/yarn/appMaster/http/WebServer.java       |  31 +++--
 exec/java-exec/pom.xml                             |  15 +-
 .../drill/exec/client/DrillSqlLineApplication.java |   2 +-
 .../drill/exec/server/rest/StorageResources.java   |   9 +-
 .../apache/drill/exec/server/rest/WebServer.java   |   8 +-
 .../server/rest/auth/DrillRestLoginService.java    |   5 +-
 .../server/rest/auth/DrillSpnegoAuthenticator.java |  13 +-
 .../server/rest/auth/DrillSpnegoLoginService.java  |  10 +-
 .../drill/exec/store/pcap/PcapRecordReader.java    |  51 ++++---
 .../drill/exec/store/pcap/decoder/Packet.java      |  19 ++-
 .../drill/exec/store/pcap/schema/Schema.java       |  25 ++--
 .../rest/spnego/TestSpnegoAuthentication.java      |  18 +--
 .../exec/store/pcap/TestPcapRecordReader.java      |   7 +
 .../apache/drill/test/TestGracefulShutdown.java    |  15 +-
 .../src/test/resources/store/pcap/testv1.pcap      | Bin 0 -> 544736 bytes
 pom.xml                                            |  72 ++++++----
 19 files changed, 619 insertions(+), 132 deletions(-)
 create mode 100644 
contrib/udfs/src/main/java/org/apache/drill/exec/udfs/NearestDateFunctions.java
 create mode 100644 
contrib/udfs/src/main/java/org/apache/drill/exec/udfs/NearestDateUtils.java
 create mode 100644 
contrib/udfs/src/test/java/org/apache/drill/exec/udfs/TestNearestDateFunctions.java
 create mode 100644 exec/java-exec/src/test/resources/store/pcap/testv1.pcap

Reply via email to