This is an automated email from the ASF dual-hosted git repository.
jfeinauer pushed a change to branch bugfix/932-wrong-verification
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
discard 9ec3254 IOTDB-932 Removed (wrong and redundant) Verification of Paths
in Session API.
add 79fe721 remove some redundant code (#1778)
add 52b087f [IOTDB-929] Update show timeseries information in readme
(#1786)
add c916da9 [IOTDB-934] Update TsFile structure graph (#1797)
add 1eb3cbe remove incubating or incubator word
add a12c90e revert travis.xml as sonarcloud does not rename iotdb repo
add 665df9b revert travis.xml as sonarcloud does not rename iotdb repo
add af08781 Update docs/zh/UserGuide/Get Started/Frequently asked
questions.md
add efbf93a Update docs/zh/SystemDesign/TsFile/Format.md
add 1cb82ba Update docs/UserGuide/Server/Download.md
add 45b803f Update README.md
add 9f44105 remove incubating or incubator word (#1790)
add c1cf736 [IOTDB-934] Add statistics description in TsFile document
(#1798)
add 7d63289 remove "incubator" word in all urls (#1802)
add f82f180 delete some useless type transfer while deserializing and
serializing MeasurementMNode (#1803)
add 3976682 fix progressBar print problem (#1805)
add 4b5e66f fix homepage link (#1806)
add 52ffce3 [IOTDB-920] Disable insert row thats only contains
time/timestamp column (#1774)
add 2f71cd7 [IOTDB-922] Int and Long can convert to each other in
ResultSet (#1775)
add eba7c0b [IOTDB-916] Add a config entry to make Last cache
configurable (#1770)
add 5195490 [IOTDB-934] Update TsFile structure graph (#1807)
add df8f876 Remove unnecessary lock in MManager (#1783)
add f24f637 fix Tracing bug (#1811)
add 5822e2b [IOTDB-936] Refactor getAllDevices in TsFileSequenceReader
(#1808)
add ba1ec68 print error log when set illegal sg name (#1810)
add ec0d69c Update MetadataIndexTree graph (#1812)
add c9d275e fix session raw data query rpc pass statementId bug (#1819)
add a2db8a4 [IOTDB-884] batch create timeSeriesPlan (#1771)
add 6d7e639 fix duplicated logger (#1822)
add 9bed072 [IOTDB-933] Fix antlr4 which caused benchmark throw exception
(#1795)
add 40adb82 fix a class name in jdbc module and reformat (#1817)
add 3f6358e Put all log level setting together (#1816)
add 34468e2 update google guava version (#1814)
add a1adaf2 [Sonar] Fix Codesmell blocker and critical issue (#1750)
add 844b4e6 Supplement the document (#1710)
add e77d26a fix LOCAL_JMX to JMX_LOCAL
add a224edc update start-cli bash (#1829)
add 102bd16 [IOTDB-829] Accelerate delete timeseries (#1732)
add ae766b0 [IOTDB-947] Fix error when counting node with wildcard (#1832)
add 90ff56a IOTDB-932 Removed (wrong and redundant) Verification of Paths
in Session API.
add df48add IOTDB-932 Removed unnecessary Constant PATH_PATTERN and
related Test.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (9ec3254)
\
N -- N -- N refs/heads/bugfix/932-wrong-verification (df48add)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
LICENSE-binary | 2 +-
README.md | 50 +-
README_ZH.md | 42 +-
.../org/apache/iotdb/db/qp/strategy/SqlBase.g4 | 95 +-
cli/src/assembly/resources/sbin/start-cli.bat | 10 +-
cli/src/assembly/resources/sbin/start-cli.sh | 35 +-
.../tests/tools/importCsv/AbstractScript.java | 4 +-
docker/src/main/Dockerfile | 6 +-
docker/src/main/Dockerfile-0.8.1 | 4 +-
docker/src/main/Dockerfile-0.9.0 | 4 +-
docker/src/main/Dockerfile-0.9.1 | 4 +-
docker/src/main/Dockerfile-0.9.1-jre8 | 4 +-
docs/Community/Community-Powered By.md | 2 +-
docs/Community/Feedback.md | 4 +-
docs/Development/ContributeGuide.md | 2 +-
docs/Development/HowToCommit.md | 22 +-
docs/Development/VoteRelease.md | 4 +-
docs/Download/README.md | 46 +-
docs/SystemDesign/TsFile/Format.md | 33 +-
docs/UserGuide/Client/Programming - TsFile API.md | 4 +-
docs/UserGuide/Ecosystem Integration/Grafana.md | 8 +-
.../UserGuide/Ecosystem Integration/Hive TsFile.md | 8 +-
.../Ecosystem Integration/MapReduce TsFile.md | 6 +-
.../Ecosystem Integration/Spark TsFile.md | 6 +-
.../Get Started/Frequently asked questions.md | 8 +-
docs/UserGuide/Get Started/QuickStart.md | 4 +-
.../DDL Data Definition Language.md | 22 +-
docs/UserGuide/Operation Manual/SQL Reference.md | 11 +
docs/UserGuide/Server/Docker Image.md | 8 +-
docs/UserGuide/Server/Download.md | 12 +-
docs/zh/Community/Community-Powered By.md | 2 +-
docs/zh/Community/Feedback.md | 4 +-
docs/zh/Development/ContributeGuide.md | 2 +-
docs/zh/Development/HowToCommit.md | 20 +-
docs/zh/Development/VoteRelease.md | 4 +-
docs/zh/Download/README.md | 46 +-
docs/zh/SystemDesign/TsFile/Format.md | 29 +-
docs/zh/UserGuide/Client/Command Line Interface.md | 2 +-
.../UserGuide/Client/Programming - TsFile API.md | 4 +-
docs/zh/UserGuide/Ecosystem Integration/Grafana.md | 8 +-
.../UserGuide/Ecosystem Integration/Hive TsFile.md | 12 +-
.../Ecosystem Integration/MapReduce TsFile.md | 6 +-
.../Ecosystem Integration/Spark TsFile.md | 6 +-
.../Get Started/Frequently asked questions.md | 10 +-
docs/zh/UserGuide/Get Started/QuickStart.md | 4 +-
.../DDL Data Definition Language.md | 8 +-
.../zh/UserGuide/Operation Manual/SQL Reference.md | 11 +
docs/zh/UserGuide/Server/Config Manual.md | 4 +-
docs/zh/UserGuide/Server/Docker Image.md | 10 +-
docs/zh/UserGuide/Server/Download.md | 2 +-
.../iotdb/hadoop/tsfile/TSFMRReadExample.java | 1 -
.../iotdb/hadoop/tsfile/TSMRWriteExample.java | 6 +-
.../java/org/apache/iotdb/rocketmq/Constant.java | 17 +-
.../main/java/org/apache/iotdb/SessionExample.java | 58 +-
example/tsfile/readme.md | 2 +-
.../apache/iotdb/tsfile/TsFileWriteWithTablet.java | 6 +-
flink-iotdb-connector/pom.xml | 1 +
.../apache/iotdb/hadoop/fileSystem/HDFSFile.java | 59 +-
.../org/apache/iotdb/hive/TsFileDeserializer.java | 17 +-
.../main/java/org/apache/iotdb/jdbc/Activator.java | 21 +-
.../org/apache/iotdb/jdbc/IoTDBConnection.java | 18 +-
.../org/apache/iotdb/jdbc/IoTDBDataSource.java | 230 ++--
.../apache/iotdb/jdbc/IoTDBDataSourceFactory.java | 79 ++
.../java/org/apache/iotdb/jdbc/IoTDBStatement.java | 14 +-
.../apache/iotdb/jdbc/IoTDbDataSourceFactory.java | 79 --
.../apache/iotdb/jdbc/IoTDBJDBCResultSetTest.java | 28 +-
.../apache/iotdb/jdbc/IoTDBResultMetadataTest.java | 4 +-
pom.xml | 14 +-
.../resources/conf/iotdb-engine.properties | 7 +
server/src/assembly/resources/conf/logback.xml | 4 +-
.../iotdb/db/auth/user/BasicUserManager.java | 4 +-
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 15 +-
.../org/apache/iotdb/db/conf/IoTDBDescriptor.java | 3 +
.../iotdb/db/cost/statistic/Measurement.java | 29 +-
.../org/apache/iotdb/db/engine/StorageEngine.java | 28 +-
.../db/engine/cache/TimeSeriesMetadataCache.java | 1 +
.../db/engine/fileSystem/SystemFileFactory.java | 10 +-
.../iotdb/db/engine/memtable/AbstractMemTable.java | 33 +-
.../apache/iotdb/db/engine/memtable/IMemTable.java | 9 +-
.../db/engine/merge/manage/MergeResource.java | 10 +-
.../engine/storagegroup/StorageGroupProcessor.java | 223 ++--
.../db/engine/storagegroup/TsFileProcessor.java | 20 +-
.../level/LevelTsFileManagement.java | 2 -
.../tsfilemanagement/utils/HotCompactionUtils.java | 2 +-
.../org/apache/iotdb/db/metadata/MLogWriter.java | 13 +-
.../org/apache/iotdb/db/metadata/MManager.java | 1223 ++++++++------------
.../java/org/apache/iotdb/db/metadata/MTree.java | 441 +++----
.../org/apache/iotdb/db/metadata/PartialPath.java | 53 +-
.../org/apache/iotdb/db/metadata/mnode/MNode.java | 123 +-
.../iotdb/db/metadata/mnode/MeasurementMNode.java | 13 +-
.../apache/iotdb/db/metrics/source/JvmSource.java | 12 +-
.../iotdb/db/metrics/source/MetricsSource.java | 24 +-
.../org/apache/iotdb/db/monitor/StatMonitor.java | 2 +-
.../apache/iotdb/db/qp/executor/PlanExecutor.java | 148 +--
.../org/apache/iotdb/db/qp/logical/Operator.java | 3 +-
.../apache/iotdb/db/qp/physical/PhysicalPlan.java | 7 +-
.../qp/physical/sys/CreateMultiTimeSeriesPlan.java | 304 +++++
.../iotdb/db/qp/strategy/LogicalGenerator.java | 26 +-
.../iotdb/db/query/context/QueryContext.java | 7 +-
.../db/query/control/QueryResourceManager.java | 15 +-
.../iotdb/db/query/control/TracingManager.java | 32 +-
.../iotdb/db/query/executor/LastQueryExecutor.java | 42 +-
.../chunk/metadata/DiskChunkMetadataLoader.java | 7 +-
.../org/apache/iotdb/db/service/TSServiceImpl.java | 121 +-
.../db/sync/receiver/transfer/SyncServiceImpl.java | 2 +
.../org/apache/iotdb/db/utils/FileLoaderUtils.java | 2 +-
.../iotdb/db/writelog/recover/LogReplayer.java | 30 +-
.../iotdb/db/engine/merge/MergeManagerTest.java | 2 +-
.../engine/modification/DeletionFileNodeTest.java | 28 +-
.../db/engine/modification/DeletionQueryTest.java | 52 +-
.../storagegroup/StorageGroupProcessorTest.java | 5 +-
.../iotdb/db/engine/storagegroup/TTLTest.java | 28 +-
.../engine/storagegroup/TsFileProcessorTest.java | 9 +-
.../apache/iotdb/db/integration/IOTDBInsertIT.java | 123 ++
.../iotdb/db/integration/IoTDBAlignByDeviceIT.java | 435 +++----
.../db/integration/IoTDBCreateSnapshotIT.java | 39 +-
.../iotdb/db/integration/IoTDBDisableAlignIT.java | 178 ++-
.../apache/iotdb/db/integration/IoTDBLastIT.java | 38 +-
.../db/integration/IoTDBLoadExternalTsfileIT.java | 41 +-
.../iotdb/db/integration/IoTDBMetadataFetchIT.java | 111 +-
.../iotdb/db/integration/IoTDBQueryDemoIT.java | 191 ++-
.../iotdb/db/integration/IoTDBResultSetIT.java | 124 ++
.../iotdb/db/integration/IoTDBSimpleQueryIT.java | 26 +-
.../integration/IoTDBSortedShowTimeseriesIT.java | 12 +-
.../apache/iotdb/db/integration/IoTDBTagIT.java | 104 +-
.../iotdb/db/integration/IoTDBTracingTest.java | 6 +-
.../apache/iotdb/db/integration/IoTDBTtlIT.java | 18 +-
.../iotdb/db/metadata/MManagerImproveTest.java | 18 +-
.../org/apache/iotdb/db/metadata/MTreeTest.java | 74 +-
.../apache/iotdb/db/metadata/PartialPathTest.java | 27 +-
.../iotdb/db/qp/plan/LogicalPlanSmallTest.java | 2 +-
.../apache/iotdb/db/qp/plan/PhysicalPlanTest.java | 4 +-
.../apache/iotdb/db/sql/CheckPathValidityTest.java | 53 -
.../iotdb/db/writelog/recover/LogReplayerTest.java | 2 +-
.../java/org/apache/iotdb/session/Session.java | 35 +-
.../org/apache/iotdb/session/SessionDataSet.java | 6 +-
.../iotdb/session/IoTDBSessionComplexIT.java | 54 +-
.../apache/iotdb/session/IoTDBSessionSimpleIT.java | 573 ++++-----
.../java/org/apache/iotdb/session/SessionUT.java | 26 +-
site/README-zh.md | 6 +-
site/README.md | 2 +
site/pom.xml | 20 +-
site/src/main/.vuepress/config.js | 2 +-
site/src/main/.vuepress/theme/components/Page.vue | 2 +-
.../.vuepress/theme/global-components/IoTDB.vue | 10 +-
.../.vuepress/theme/global-components/IoTDBZH.vue | 2 +-
site/src/main/deploy.js | 2 +-
site/src/main/package.json | 2 +-
.../scala/org/apache/iotdb/spark/db/IoTDBRDD.scala | 4 +-
thrift/src/main/thrift/rpc.thrift | 1 +
tools/common.sh | 8 +-
tools/download_staged_release.sh | 4 +-
.../iotdb/tsfile/compress/IUnCompressor.java | 9 +-
.../iotdb/tsfile/encoding/decoder/Decoder.java | 13 +-
.../file/metadata/enums/CompressionType.java | 99 +-
.../tsfile/file/metadata/enums/TSDataType.java | 53 +-
.../tsfile/file/metadata/enums/TSEncoding.java | 62 +-
.../file/metadata/statistics/BinaryStatistics.java | 22 +-
.../iotdb/tsfile/read/TsFileSequenceReader.java | 104 +-
.../apache/iotdb/tsfile/read/common/BatchData.java | 14 +-
.../org/apache/iotdb/tsfile/utils/BytesUtils.java | 21 +-
.../iotdb/tsfile/utils/ReadWriteIOUtils.java | 34 +-
.../apache/iotdb/tsfile/write/record/Tablet.java | 7 +-
.../tsfile/write/schema/MeasurementSchema.java | 34 +-
.../iotdb/tsfile/read/GetAllDevicesTest.java | 90 ++
.../tsfile/read/TsFileSequenceReaderTest.java | 1 -
.../iotdb/tsfile/read/reader/ReaderTest.java | 6 +-
.../apache/iotdb/tsfile/utils/FileGenerator.java | 79 +-
.../apache/iotdb/tsfile/utils/RecordUtilsTest.java | 100 +-
169 files changed, 4160 insertions(+), 3465 deletions(-)
create mode 100644
jdbc/src/main/java/org/apache/iotdb/jdbc/IoTDBDataSourceFactory.java
delete mode 100644
jdbc/src/main/java/org/apache/iotdb/jdbc/IoTDbDataSourceFactory.java
create mode 100644
server/src/main/java/org/apache/iotdb/db/qp/physical/sys/CreateMultiTimeSeriesPlan.java
create mode 100644
server/src/test/java/org/apache/iotdb/db/integration/IOTDBInsertIT.java
create mode 100644
server/src/test/java/org/apache/iotdb/db/integration/IoTDBResultSetIT.java
delete mode 100644
server/src/test/java/org/apache/iotdb/db/sql/CheckPathValidityTest.java
create mode 100644
tsfile/src/test/java/org/apache/iotdb/tsfile/read/GetAllDevicesTest.java