This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch fix_group_by_fill
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 042a7c8 support time range for group by fill while using all type
clause
add 5a5e36f add status code in exception (#1266)
add 74e644b [IOTDB-710] delete failed while load is too heavy (#1270)
add b4ed539 fix recover (#1271)
add 991d530 fix group by fill grammar and some logic..
add 554bf69 fix it
add a71db8b update docs
add 865cb2d fix bug
add d674312 use default time interval
add a358047 fix doc
new 531344b resolve conflicts
The 1 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:
docs/UserGuide/Client/Status Codes.md | 4 ++--
.../Operation Manual/DML Data Manipulation Language.md | 4 ++--
docs/UserGuide/Operation Manual/SQL Reference.md | 2 ++
docs/zh/UserGuide/Client/Status Codes.md | 4 ++--
.../Operation Manual/DML Data Manipulation Language.md | 9 +++++----
docs/zh/UserGuide/Operation Manual/SQL Reference.md | 2 ++
.../src/main/java/org/apache/iotdb/SessionExample.java | 4 ++--
.../iotdb/db/exception/metadata/MetadataException.java | 3 +--
.../exception/metadata/StorageGroupAlreadySetException.java | 5 ++++-
.../main/java/org/apache/iotdb/db/metadata/MManager.java | 10 +++-------
.../iotdb/db/query/dataset/groupby/GroupByFillDataSet.java | 7 +++++--
.../apache/iotdb/db/writelog/io/SingleFileLogReader.java | 2 +-
.../src/main/java/org/apache/iotdb/rpc/RpcUtils.java | 3 +--
.../org/apache/iotdb/rpc/StatementExecutionException.java | 13 +++++++++++++
14 files changed, 45 insertions(+), 27 deletions(-)