You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2019/02/26 14:14:46 UTC

[incubator-iotdb] branch value_filter_query_optimization updated (a402c4e -> 2ecafd4)

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

suyue pushed a change to branch value_filter_query_optimization
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from a402c4e  Merge remote-tracking branch 'origin/master'
     new a733151  Add config for listen address (#65)
     new eb662d0  add debug log info for jdbc service (#68)
     new 1f022e1  add apache license
     new 647e1eb  Merge pull request #70 from Ring-k/master
     new ade931b  add an initial committer: Kun Liu
     new a5c354c  Merge pull request #71 from apache/update_doc
     new 2ecafd4  Merge remote-tracking branch 'origin/master' into value_filter_query_optimization

The 1460 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/Community-History&Vision.md                   | 21 +++++++++++++++
 docs/Community-Powered By.md                       | 21 +++++++++++++++
 docs/Community-Project Committers.md               | 22 ++++++++++++++++
 docs/Development.md                                | 21 +++++++++++++++
 docs/Documentation/Frequently asked questions.md   | 21 +++++++++++++++
 docs/Documentation/OtherMaterial-Examples.md       | 21 +++++++++++++++
 docs/Documentation/OtherMaterial-Reference.md      | 21 +++++++++++++++
 .../OtherMaterial-ReleaseNotesV0.7.0.md            | 21 +++++++++++++++
 docs/Documentation/OtherMaterial-Sample Data.md    | 21 +++++++++++++++
 docs/Documentation/OtherMaterial-Sample Data.txt   | 21 +++++++++++++++
 docs/Documentation/QuickStart.md                   | 21 +++++++++++++++
 docs/Documentation/UserGuideV0.7.0/1-Overview.md   | 21 +++++++++++++++
 docs/Documentation/UserGuideV0.7.0/2-Concept.md    | 21 +++++++++++++++
 .../UserGuideV0.7.0/3-Operation Manual.md          | 21 +++++++++++++++
 .../UserGuideV0.7.0/4-Deployment and Management.md | 30 ++++++++++++++++++++++
 .../UserGuideV0.7.0/5-SQL Documentation.md         | 21 +++++++++++++++
 .../UserGuideV0.7.0/6-JDBC Documentation.md        | 21 +++++++++++++++
 docs/Documentation/UserGuideV0.7.0/7-Tools-Cli.md  | 21 +++++++++++++++
 .../UserGuideV0.7.0/7-Tools-Grafana.md             | 21 +++++++++++++++
 .../UserGuideV0.7.0/7-Tools-Hadoop.md              | 21 +++++++++++++++
 .../Documentation/UserGuideV0.7.0/7-Tools-spark.md | 21 +++++++++++++++
 iotdb/iotdb/conf/iotdb-engine.properties           |  2 ++
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  1 +
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  2 ++
 .../org/apache/iotdb/db/service/JDBCService.java   | 30 +++++++++++++++++++---
 25 files changed, 483 insertions(+), 3 deletions(-)