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

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


    from 6add2e0  e2e: add a simple E2E case and set up the workflow (#2166)
     add de17d23  [IOTDB-1104] Refactor the error handling process of query 
exceptions (#2436)

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/cluster/server/ClientServer.java  |  10 +-
 .../iotdb/cluster/integration/SingleNodeTest.java  |   3 +-
 server/src/assembly/resources/conf/logback.xml     |   1 +
 .../db/exception/UDFRegistrationException.java     |   7 +-
 .../apache/iotdb/db/qp/physical/crud/UDFPlan.java  |   3 +-
 .../apache/iotdb/db/qp/physical/crud/UDTFPlan.java |   3 +-
 .../apache/iotdb/db/query/dataset/UDTFDataSet.java |   2 +-
 .../query/udf/service/UDFClassLoaderManager.java   |   9 +-
 .../java/org/apache/iotdb/db/service/IoTDB.java    |   1 -
 .../apache/iotdb/db/service/RegisterManager.java   |   6 +-
 .../org/apache/iotdb/db/service/TSServiceImpl.java | 850 ++++++++-------------
 .../db/integration/IoTDBFlushQueryMergeIT.java     |   2 +-
 .../integration/IoTDBGroupByFillWithRangeIT.java   |   3 -
 .../iotdb/db/integration/IoTDBMultiSeriesIT.java   |  22 +-
 .../iotdb/db/integration/IoTDBUDFManagementIT.java |  10 -
 .../db/integration/IoTDBUDTFHybridQueryIT.java     |   6 +-
 .../aggregation/IoTDBAggregationIT.java            |  24 +-
 .../aggregation/IoTDBAggregationSmallDataIT.java   |   4 +-
 .../apache/iotdb/db/qp/plan/PhysicalPlanTest.java  |   1 +
 .../db/query/reader/series/SeriesReaderTest.java   |  22 +-
 .../iotdb/db/query/udf/example/Accumulator.java    |  10 +
 .../apache/iotdb/db/query/udf/example/Adder.java   |  10 +
 .../apache/iotdb/db/query/udf/example/Counter.java |  10 +
 .../org/apache/iotdb/db/query/udf/example/Max.java |  10 +
 .../iotdb/db/query/udf/example/Multiplier.java     |  10 +
 .../SlidingSizeWindowConstructorTester0.java       |  11 +
 .../SlidingSizeWindowConstructorTester1.java       |  11 +
 .../SlidingTimeWindowConstructionTester.java       |  11 +
 .../db/query/udf/example/TerminateTester.java      |  10 +
 .../apache/iotdb/db/utils/EnvironmentUtils.java    |   8 +-
 server/src/test/resources/logback.xml              |   1 +
 .../zeppelin/iotdb/IoTDBInterpreterTest.java       |   7 +-
 32 files changed, 487 insertions(+), 611 deletions(-)

Reply via email to