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

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


    from 74bdbae  fix error in dockerfile
     add 8a7f96e  [IOTDB-1156] Add .git-blame-ignore-revs for ignore the 
commit(70fc76de8b) of  code format refactor (#2692)
     add d58ccb0  [ISSUE-2687] fix 500  error when inserting NaN (#2691)
     add e73fedb  add missing apache header for .git-blame-ignore-revs (#2695)
     add b2f0a4a  exclude apache rat check git-blame-ignore-revs file (#2696)
     add 9740574  add some comments for SeriesReader (#2566)
     add dd53d12  fix the maven version prerequisites in doc (#2669)
     add 9dc3885  remove English contents in Chinese doc (#2697)
     add 227c886  [ISSUE-2598] Throw explicit exception when time series is 
unknown in where clause (#2599)
     add 8289372  Update tsdb comparison doc (#2601)
     add 00414af  fix the client leak of client pool
     add 978dd58  use remote schema cache when check timeseries exist or not
     add 761895f  use try-catch-with-resource instead of try-catch
     add 65d5ab3  use ClientUtils.putBackSyncClient all over the place
     add 5a31889  fix the sonar bug in PublicBAOS.java
     add 26ecec7  remove the synchronized keyword of those override method in 
PublicBAOS
     add c79f8ef  Apply spotless
     add 92c8384  Merge branch 'apache_master' into 
apache_master_0204_fix_client_pool_leak
     add 61c9286  Merge pull request #2635 from 
neuyilan/apache_master_0204_fix_client_pool_leak
     add 46b0c2f  [ISSUE-2673] Improve tests in PhysicalPlanSerializeTest 
(#2672)
     add bd87c55  remove some duplicate statements in Chinese config manual  
(#2701)
     add 032a0e7  [IOTDB-1168] Remove duplicated-throws
     add cccd30d  [IOTDB-1167] Remove unnecessary modifier
     add aefd8ef  [IOTDB-1165] Using Java Style array declaration
     add 5a14711   [IOTDB-1166] Remove redundant toString() calls (#2704)
     add 7d4b568  [ISSUE-2611] An unsequence file that covers too many sequence 
file causes OOM query (#2616)
     add 603d6b2  [IOTDB-1135] Fix count timeseries bug when the paths are 
nested (#2677)
     add dcab9bd  Add the description about TsClean to docs (#2711)
     add e5e36f3  Fix an error in AggregationQuery system design doc (#2719)
     add 67b08f9  Add level merge to  "merge" command (#2605)
     add bc64896  Add new committer (#2720)
     add c84771b  [IOTDB-1152] optimize regular data size in traversing (#2667)
     add ca40856  move sonar and coverall as seperate actions; merge Linux and 
Mac actions into one file (#2713)
     add cb24696  Remove unexpected exception thrown when all CreateTimeseries 
opeartions are successful for CreateMultiTimeseries (#2718)
     add de69352  Update ASF copyright year on website (#2723)
     add 0dab405  temp commit for assembly
     add 67e7a30  new_distribution
     add edbaea0  add 'cmake.build.type'='release'
     add a8565ff  Add comments
     add e80245b  remove duplicated files
     add 076d856  skip cpp-client-example if no compile-cpp profile is enable
     add a564f7b  fix error in example/client-cpp-example
     add e0f4446  fix github action for win cpp
     add cf935f7  rebase with master
     add ed42e1c  fix pom error to skip chmod on win
     add a827337  fix error in dockerfile
     add 9600486  Merge branch 'new_distribution' of 
github.com:apache/incubator-iotdb into new_distribution

No new revisions were added by this update.

Summary of changes:
 .git-blame-ignore-revs                             |   4 +
 .github/workflows/{main-mac.yml => main-unix.yml}  |   7 +-
 .../{main-linux.yml => sonar-coveralls.yml}        |  17 +--
 README.md                                          |   2 +-
 README_ZH.md                                       |   2 +-
 .../java/org/apache/iotdb/cluster/ClientMain.java  |   2 +-
 .../iotdb/cluster/client/DataClientProvider.java   |   7 +-
 .../iotdb/cluster/coordinator/Coordinator.java     |   9 +-
 .../cluster/log/logtypes/PhysicalPlanLog.java      |   2 +-
 .../apache/iotdb/cluster/metadata/CMManager.java   | 125 ++++++++++++------
 .../apache/iotdb/cluster/metadata/MetaPuller.java  |  26 ++--
 .../iotdb/cluster/query/ClusterPlanExecutor.java   |  57 +++++----
 .../cluster/query/aggregate/ClusterAggregator.java |  16 ++-
 .../query/groupby/RemoteGroupByExecutor.java       |  37 +++---
 .../query/last/ClusterLastQueryExecutor.java       |  32 ++---
 .../cluster/query/reader/ClusterReaderFactory.java |  16 ++-
 .../iotdb/cluster/query/reader/DataSourceInfo.java |   3 +-
 .../reader/RemoteSeriesReaderByTimestamp.java      |  16 +--
 .../query/reader/RemoteSimpleSeriesReader.java     |  14 ++-
 .../apache/iotdb/cluster/server/ClientServer.java  |  14 ++-
 .../iotdb/cluster/server/StoppedMemberManager.java |   2 +-
 .../apache/iotdb/cluster/server/monitor/Timer.java |   2 +-
 .../cluster/utils/nodetool/function/Host.java      |   2 +-
 .../cluster/client/DataClientProviderTest.java     |   3 +
 docs/UserGuide/Client/Programming - JDBC.md        |   2 +-
 docs/UserGuide/Client/Programming - Native API.md  |   2 +-
 docs/UserGuide/Comparison/TSDB-Comparison.md       | 107 +++++++---------
 .../Operation Manual/UDF User Defined Function.md  |   6 +-
 docs/UserGuide/Server/Download.md                  |   2 +-
 docs/zh/Development/ContributeGuide.md             |   2 +-
 docs/zh/SystemDesign/DataQuery/AggregationQuery.md |   2 +-
 docs/zh/UserGuide/Client/Programming - JDBC.md     |   2 +-
 .../UserGuide/Client/Programming - Native API.md   |   2 +-
 .../Operation Manual/UDF User Defined Function.md  |   6 +-
 docs/zh/UserGuide/Server/Config Manual.md          |  30 +----
 docs/zh/UserGuide/Server/Download.md               |   2 +-
 .../apache/iotdb/hadoop/tsfile/TsFileHelper.java   |   3 +-
 .../main/java/org/apache/iotdb/SessionExample.java |   5 +-
 .../java/org/apache/iotdb/SessionPoolExample.java  |   2 +-
 .../iotdb/tsfile/TsFileWriteWithTSRecord.java      |   2 +-
 .../apache/iotdb/hadoop/fileSystem/HDFSFile.java   |  16 +--
 .../iotdb/hadoop/tsfile/TsFileTestHelper.java      |   3 +-
 .../org/apache/iotdb/hive/TsFileDeserializer.java  |   2 +-
 .../org/apache/iotdb/hive/TsFileTestHelper.java    |   3 +-
 jdbc/README.md                                     |   2 +-
 pom.xml                                            |   1 +
 .../iotdb/db/auth/authorizer/OpenIdAuthorizer.java |   2 +-
 .../org/apache/iotdb/db/engine/StorageEngine.java  |   4 +-
 .../db/engine/compaction/TsFileManagement.java     |   6 +
 .../level/LevelCompactionTsFileManagement.java     |   3 +-
 .../iotdb/db/engine/merge/manage/MergeManager.java |   4 +-
 .../io/LocalTextModificationAccessor.java          |   2 +-
 .../engine/storagegroup/StorageGroupProcessor.java |  22 ++--
 .../storagegroup/virtualSg/VirtualPartitioner.java |   4 +-
 .../virtualSg/VirtualStorageGroupManager.java      |   4 +-
 .../query/UnSupportedFillTypeException.java        |   2 +-
 .../org/apache/iotdb/db/metadata/MManager.java     |   4 +-
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  97 ++++++--------
 .../apache/iotdb/db/metrics/ui/MetricsPage.java    |   2 +-
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |   8 +-
 .../iotdb/db/qp/physical/sys/AuthorPlan.java       |   2 +-
 .../qp/physical/sys/CreateMultiTimeSeriesPlan.java |  14 +++
 .../iotdb/db/qp/physical/sys/DataAuthPlan.java     |   2 +-
 .../apache/iotdb/db/qp/physical/sys/ShowPlan.java  |   2 +-
 .../qp/strategy/optimizer/ConcatPathOptimizer.java |   4 +
 .../iotdb/db/query/reader/series/SeriesReader.java | 100 +++++++++------
 .../UDFInputSeriesDataTypeNotValidException.java   |   4 +-
 .../db/query/udf/core/executor/UDTFExecutor.java   |   2 +-
 .../udf/service/TemporaryQueryDataFileService.java |   7 +-
 .../query/udf/service/UDFRegistrationService.java  |   9 +-
 .../org/apache/iotdb/db/service/TSServiceImpl.java |   5 +-
 .../apache/iotdb/db/tools/TsFileSketchTool.java    |   6 +-
 .../java/org/apache/iotdb/db/utils/AuthUtils.java  |   2 +-
 .../iotdb/db/utils/EncodingInferenceUtils.java     |   2 +-
 .../org/apache/iotdb/db/utils/SchemaUtils.java     |   4 +-
 .../iotdb/db/utils/datastructure/DoubleTVList.java |   2 +-
 .../iotdb/db/utils/datastructure/FloatTVList.java  |   2 +-
 .../org/apache/iotdb/db/constant/TestConstant.java |   3 +-
 .../db/engine/memtable/PrimitiveMemTableTest.java  |   4 +-
 .../iotdb/db/engine/merge/MergeTaskTest.java       |   3 +-
 .../storagegroup/StorageGroupProcessorTest.java    |   3 +-
 .../db/integration/IoTDBFlushQueryMergeIT.java     |   6 +-
 .../iotdb/db/integration/IoTDBInsertNaNIT.java     |  42 ++++++-
 .../iotdb/db/integration/IoTDBMergeTest.java       |   2 +-
 .../iotdb/db/integration/IoTDBMultiSeriesIT.java   |   5 +-
 .../iotdb/db/integration/IoTDBSeriesReaderIT.java  |  41 ++++++
 .../iotdb/db/metadata/MManagerBasicTest.java       |  66 ++++++++++
 .../db/qp/physical/PhysicalPlanSerializeTest.java  | 140 +++++++--------------
 .../iotdb/db/qp/physical/SerializationTest.java    |   4 +-
 .../public/img/contributor-avatar/xww.jpg          | Bin 0 -> 64538 bytes
 .../public/img/contributor-avatar/yrzh.jpg         | Bin 0 -> 99556 bytes
 site/src/main/.vuepress/theme/components/Page.vue  |  35 +++---
 .../theme/global-components/Contributor.vue        |  14 +++
 .../encoding/encoder/RegularDataEncoder.java       |   8 +-
 .../read/expression/impl/GlobalTimeExpression.java |   2 +-
 .../query/dataset/DataSetWithoutTimeGenerator.java |   2 +-
 .../org/apache/iotdb/tsfile/utils/PublicBAOS.java  |   4 +
 .../iotdb/tsfile/utils/RamUsageEstimator.java      |   2 +-
 .../apache/iotdb/tsfile/write/TsFileWriter.java    |   2 +-
 .../tsfile/encoding/bitpacking/IntPackerTest.java  |   2 +-
 .../tsfile/encoding/bitpacking/LongPackerTest.java |   2 +-
 .../delta/DeltaBinaryEncoderIntegerTest.java       |   8 +-
 .../decoder/delta/DeltaBinaryEncoderLongTest.java  |   8 +-
 .../regular/RegularDataEncoderIntegerTest.java     |  13 ++
 .../regular/RegularDataEncoderLongTest.java        |  13 ++
 .../org/apache/iotdb/tsfile/utils/FileUtils.java   |   2 +-
 .../org/apache/iotdb/tsfile/write/WriteTest.java   |   2 +-
 107 files changed, 802 insertions(+), 590 deletions(-)
 create mode 100644 .git-blame-ignore-revs
 rename .github/workflows/{main-mac.yml => main-unix.yml} (90%)
 rename .github/workflows/{main-linux.yml => sonar-coveralls.yml} (77%)
 create mode 100644 
site/src/main/.vuepress/public/img/contributor-avatar/xww.jpg
 create mode 100644 
site/src/main/.vuepress/public/img/contributor-avatar/yrzh.jpg

Reply via email to