Xiangdong Huang created IOTDB-1272:
--------------------------------------

             Summary: [Python] the session api does not infer the data as 
correct type
                 Key: IOTDB-1272
                 URL: https://issues.apache.org/jira/browse/IOTDB-1272
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Client/Python
    Affects Versions: 0.11.2
            Reporter: Xiangdong Huang


IoTDB Java session API supports inferring data type, by using 
`InsertStringRecord`.

Python API also has a similar API, called `insert_str_record`. 

However, it does not infer the data type. Instead, it considers all values as 
strings.

Reason: 

the API should generate `gen_insert_str_record_req`, but it generates 
`gen_insert_record_req` now.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to