This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from d6f0ffc Merge pull request #316 from apache/cherry_pick_rel0.8
new 1e3dd4b modify antlr3 to support timeseries path in number format
new a4e1a7f add support for special float format, eg 2., .3 and .3e2
The 2 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:
.../antlr3/org/apache/iotdb/db/sql/parse/TSLexer.g | 58 ++-
.../org/apache/iotdb/db/sql/parse/TSParser.g | 51 +-
.../iotdb/db/qp/strategy/LogicalGenerator.java | 22 +-
.../iotdb/db/integration/IoTDBNumberPathIT.java | 434 +++++++++++++++++
.../apache/iotdb/db/qp/plan/PhysicalPlanTest.java | 205 +++++++-
.../apache/iotdb/db/qp/utils/MemIntQpExecutor.java | 5 +-
.../org/apache/iotdb/db/sql/SQLParserTest.java | 531 ++++++++++++++++++---
7 files changed, 1193 insertions(+), 113 deletions(-)
create mode 100644
server/src/test/java/org/apache/iotdb/db/integration/IoTDBNumberPathIT.java