You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by jf...@apache.org on 2020/06/06 08:33:17 UTC

[incubator-iotdb] branch feature/IOTDB-734-NaN-in-sql updated (0f70ac1 -> 6cd82dd)

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

jfeinauer pushed a change to branch feature/IOTDB-734-NaN-in-sql
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 0f70ac1  IOTDB-734 Add Support for NaN in Double / Floats in SQL Syntax.
     add 6cd82dd  IOTDB-734 Added Configuration Item nan_string_infer_type and added it also in documentation.

No new revisions were added by this update.

Summary of changes:
 docs/UserGuide/Server/Config Manual.md             | 37 ++++++++++++++++++++++
 .../resources/conf/iotdb-engine.properties         |  3 ++
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 18 +++++++++++
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  2 ++
 .../apache/iotdb/db/utils/TypeInferenceUtils.java  |  4 ++-
 5 files changed, 63 insertions(+), 1 deletion(-)