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

haonan pushed a change to branch support_insert_object_through_sql
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 52833b06d4b remove useless test
     add e8296db64e6 insert sql
     add 6ea56d99f7d Support In UDF Record
     add 4ca6ed6f62a Merge branch 'new_object_type' of github.com:apache/iotdb 
into support_insert_object_through_sql

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iotdb/ObjectExample.java  | 148 ---------------------
 .../java/org/apache/iotdb/ObjectReadExample.java   | 114 ----------------
 .../it/query/old/IoTDBSimpleQueryTableIT.java      |  41 +++++-
 .../org/apache/iotdb/jdbc/IoTDBJDBCResultSet.java  |   2 +-
 .../plan/planner/plan/node/write/ObjectNode.java   |  25 ----
 .../plan/node/write/RelationalInsertRowsNode.java  |  12 +-
 .../relational/metadata/TableMetadataImpl.java     |  18 ++-
 .../plan/relational/sql/util/AstUtil.java          |  22 +++
 .../iotdb/commons/udf/access/RecordIterator.java   |  19 ++-
 9 files changed, 100 insertions(+), 301 deletions(-)
 delete mode 100644 
example/session/src/main/java/org/apache/iotdb/ObjectExample.java
 delete mode 100644 
example/session/src/main/java/org/apache/iotdb/ObjectReadExample.java

Reply via email to