Skip to content

Conversation

@HJianBo
Copy link
Member

@HJianBo HJianBo commented Dec 30, 2025

No description provided.

e.g:
```
{ok, C} =  iotdb:start_link(#{version => 2,
  options => #{connect_timeout => 15000,recv_timeout => 10000},
  password => <<"root">>,username => <<"root">>,
  addresses => [#{port => 6667,hostname => "127.0.0.1"}],
  zoneId => <<"Asia/Shanghai">>, sql_dialect => table, database => <<"database1">>
}).

iotdb:insert_tablet(
  C,
  #{deviceId => <<"test_table">>,
    measurements => [<<"s1">>,<<"s2">>,<<"s3">>],
    values=> [[<<"a1">>,<<"a2">>, <<"a3">>], [true, false, true],[14, 15, 16]],
    timestamps => [1767159508560, 1767159509570, 1767159509580],
    isAligned => false,
    writeToTable => true,
    dtypes => [<<"TEXT">>, <<"BOOLEAN">>,<<"INT32">>],
    columnCategories => [0, 1, 1]
 }).
```
@HJianBo HJianBo changed the title feat: Upgrade protos to v2.0.5 Support writing data into IoTDB table Jan 4, 2026
@HJianBo HJianBo marked this pull request as ready for review January 4, 2026 08:28
@HJianBo
Copy link
Member Author

HJianBo commented Jan 4, 2026

@copilot Help to review this PR

Copy link

Copilot AI commented Jan 4, 2026

@HJianBo I've opened a new pull request, #4, to work on those changes. Once the pull request is ready, I'll request review from you.

@HJianBo HJianBo requested a review from lafirest January 4, 2026 08:30
@HJianBo HJianBo merged commit c51df55 into main Jan 7, 2026
@HJianBo HJianBo deleted the upgrade-proto-to-205 branch January 7, 2026 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants