Re: [VOTE] Whether to automatically filter out rows that are entirely null in the result set during a scan by the storage engine

2024-09-03 Thread Jialin Qiao
b +1 Jialin Qiao Xinyu Tan 于2024年9月2日周一 10:33写道: > > Hi > > I prefre b. > > I think it's more right to be compatible with users of the tree model and to > be consistent with relational databases for the table model. Aligning the > table and tree aligned time ser

Re: Upgrading version from 1.4.0-SNAPSHOT to 2.0.0-SNAOSHOT for master branch

2024-08-30 Thread Jialin Qiao
Hi, AI Node V1 could be first released in 2.0.0, 1.3.3 should be a bug-fix version. Jialin Qiao 赵馨逸 于2024年8月30日周五 20:40写道: > > AINode V2 will be upgrade the architecture(not start yet) and enlarge the > features provided. This will also be landing in V2.x version. > > From: &

Re: Upgrading version from 1.4.0-SNAPSHOT to 2.0.0-SNAOSHOT for master branch

2024-08-25 Thread Jialin Qiao
are all for enhancing the Data Analysis. So, a major version bump looks acceptable, indicating IoTDB enters a new phase from Data Management to Data Analysis. Jialin Qiao Stefanie Zhao 于2024年8月26日周一 12:29写道: > > Hi Chris, > > I really appreciate that there is such a discussion on the ve

Re: [VOTE] Apache IoTDB 1.3.2 RC1 release

2024-06-29 Thread Jialin Qiao
Hi, +1 (binding) The source release: apache headers [ok] signatures and hashes [ok] LICENSE and NOTICE [ok] no jar files [ok] The binary distribution: version number in CLI [ok] signatures and hashes [ok] start in mac, jdk8 [ok] Thanks, Jialin Qiao Christofer Dutz 于2024年6月28日周五 19:15写道

Re: Introducing Apache IoTDB use in COVESA Central Data Service Playground

2024-06-18 Thread Jialin Qiao
Hi, Glad to see the integration! Welcome and feel free to ask :D Jialin Qiao Pengcheng Zheng 于2024年6月15日周六 04:38写道: > > Hi Stephen, > > Very exciting project! > > Thanks for sharing the details of COVESA/CDSP. I remember that you asked > some questions in Slack several

Re: ALIGN BY DEVICE: the data types of the same measurement column should be the same across devices.

2024-06-11 Thread Jialin Qiao
Hi, We just changed the default infer type of integer and floating to DOUBLE [1], it will be released in 1.3.2. For <=1.3.1, you could explicitly set this to DOUBLE. [1] https://github.com/apache/iotdb/pull/12223 Jialin Qiao Trevor Hart 于2024年6月12日周三 06:41写道: > > Hello Team > &g

Re: IoTDB quarter report (2024 Q2)

2024-06-11 Thread Jialin Qiao
Looks good! Jialin Qiao Xiangdong Huang 于2024年6月12日周三 09:11写道: > > Hi all, > > This is the draft of IoTDB quarter report > > ## Description: > The mission of Apache IoTDB is the creation and maintenance of software > related > to an IoT native database with high perf

Re: [RESULT] [VOTE] Release IotDB-Tools: Thrift artifacts (for Apache Thrift 0.20.0)

2024-06-04 Thread Jialin Qiao
Thank Chris! Jialin Qiao Christofer Dutz 于2024年6月4日周二 17:28写道: > > Ok … artifacts should be available … > > Chris > > Von: Christofer Dutz > Datum: Dienstag, 4. Juni 2024 um 11:26 > An: dev@iotdb.apache.org > Betreff: [RESULT] [VOTE] Release IotDB-Tools: Thrift arti

Re: [Proposal] Merge configuration files to iotdb-system.properties

2024-06-03 Thread Jialin Qiao
Hi, > I think it would be good If the code for accessing the options would not be > merged. +1, I think the code is not merged in Wenwei's PR. Jialin Qiao Caiyin Yang 于2024年6月3日周一 10:27写道: > > Hi Xinyu, > > If that's the case, then this merge seems to be very user

Re: [Proposal] Merge configuration files to iotdb-system.properties

2024-05-31 Thread Jialin Qiao
Hi, Good feature! This will make it easy for users to set configs. Jialin Qiao wenwei shu 于2024年5月31日周五 21:23写道: > > Hello everyone, > > I am Wenwei Shu, a new contributor to Apache IoTDB. Recently, we are > working on merging `iotdb-confignode.properties`, > `iotdb-datano

Re: Could anyone please approve this PR?

2024-05-28 Thread Jialin Qiao
This is merged :) Jialin Qiao Christofer Dutz 于2024年5月28日周二 22:23写道: > > Hi all, > > in the iotdb-bin-resources I have also updated the Cmake version and thrift > version in order to be able to deploy new versions of thrift artifacts. > > https://github.com/apache/iotdb-

Re: [VOTE] Release IotDB-Tools: Thrift artifacts (for Apache Thrift 0.20.0)

2024-05-28 Thread Jialin Qiao
+1 (binding) Jialin Qiao Yuan Tian 于2024年5月29日周三 09:07写道: > > +1 (binding) > > On Tue, May 28, 2024 at 10:40 PM Christofer Dutz > wrote: > > > Hi all, > > > > I after fixing some issues in the cmake-maven-plugin, have I updated the > > iotdb-bin-res

Re: Missing binaries for Windows on Aarch64 systems

2024-05-27 Thread Jialin Qiao
Hi, Is this will also be fixed by upgrading thrift to 0.20? Jialin Qiao Christofer Dutz 于2024年5月24日周五 22:58写道: > > Hi all, > > I was just verifying the build using the most recent cmake-maven-plugin works > and stumbled over something. > > Currently we don’t hav

Re: [DISCUSS] Investigate updating to Thrift 0.20.0?

2024-05-27 Thread Jialin Qiao
Hi, Looks good :D If the upgrading does not bring any change to our users, +1 for upgrading. You could prepare a PR, then we perform some validations. Jialin Qiao Christofer Dutz 于2024年5月28日周二 03:41写道: > > Hi all, > > while doing some experiments over the weekend I came to notice

Re: Upgrading 0.12 -> 1.3

2024-05-27 Thread Jialin Qiao
TsFiles to 1.3. 1. is easier. You could refer to this: https://github.com/apache/iotdb/blob/master/example/session/src/main/java/org/apache/iotdb/DataMigrationExample.java Jialin Qiao Trevor Hart 于2024年5月28日周二 06:27写道: > > Hello > > > > I have an application that is run

Re: Windows Installer

2024-05-19 Thread Jialin Qiao
Hi, That's Great! If adding this installer, how much will our distribution package increase? Jialin Qiao Wang Critas 于2024年5月20日周一 09:57写道: > > Hi Trevor, > > So cool. > > Perhaps you can integrate it into iotdb/distribution. that would be more great > > Xuan Wa

Re: Handling Duplicate Timestamps

2024-05-19 Thread Jialin Qiao
Hi Trevor, Yes, IoTDB cannot handle this scenario currently because our primary key is Path + Timestamp. This year we will focus on the table model, a lot work to do :-) Jialin Qiao Trevor Hart 于2024年5月20日周一 09:45写道: > > Hi Jialin > > > > Yes the values would be differ

Re: [DISCUSS] Drop Java 8?

2024-05-17 Thread Jialin Qiao
actually do not maintain the 0.x branch and there is on plan to release a new 0.x version. So, as there is a lot to do with 1.x this year (the table schema, data subscription, tsfile consensus), I prefer not to do the drop this year. Jialin Qiao Christofer Dutz 于2024年5月17日周五 14:43写道: > > So w

Re: Possible fix for randomly failing Jenkins builds

2024-05-17 Thread Jialin Qiao
+1 for importing the solutions in PLC4X Jialin Qiao Christofer Dutz 于2024年5月14日周二 23:32写道: > > Hi all, > > I know that in IoTDB as well as PLC4X we were having issues of regularly but > randomly failing Jenkins builds. > > Usually, these problems were because of timeo

Re: Handling Duplicate Timestamps

2024-05-17 Thread Jialin Qiao
Hi Trevor, Will different values of the same timestamp be the same? 1. Same Time, Value 1, 1 1, 1 1, 1 2. Different Time, Value 1, 1 1, 2 1, 1 Jialin Qiao Trevor Hart 于2024年5月14日周二 11:20写道: > > Thank you! I will implment some work around for now. > > > I would appreciate som

Re: Handling Duplicate Timestamps

2024-05-09 Thread Jialin Qiao
Hi, In IoT or IIoT scenarios, we thought each data point represent a metric of a timestamp.In which case you need to store duplicated values? Take this for an example: Time, root.sg1.car1.speed 1, 1 1, 2 Could a car has different speed at time 1? Jialin Qiao Yuan Tian 于2024年5月9日周四 18:51写道

Re: [VOTE] Apache IoTDB 1.3.1 RC2 release

2024-04-21 Thread Jialin Qiao
) values(3,3); insert into root.turbine.d2(time,s0) values(now(),1); insert into root.turbine.d2(time,s0) values(now(),2); insert into root.turbine.d2(time,s0) values(now(),3); select ** from root; select ** from root align by device; Jialin Qiao Yuan Tian 于2024年4月22日周一 08:52写道: > > Hi, > >

Re: Remove TsFile module in IoTDB Project

2024-04-19 Thread Jialin Qiao
Looks good! Jialin Qiao Yuan Tian 于2024年4月19日周五 22:01写道: > > Hi all, > > I've just merged this pr(https://github.com/apache/iotdb/pull/12283), now > tsfile module source code have all been removed from IoTDB project and > using pom to depend on TsFile Projec

Re: Archive apache/iotdb-web-workbench repo?

2024-04-17 Thread Jialin Qiao
+1 for archive Jialin Qiao Haonan Hou 于2024年4月18日周四 11:23写道: > > Hi all, > > We received some security issues about apache/iotdb-web-workbench recently. > However, we don't have enough maintainers to fix them. The repo has no new > commit since Apr 3, 2023. There i

Re: Splitting up the repos

2024-04-15 Thread Jialin Qiao
repo. Jialin Qiao Christofer Dutz 于2024年4月15日周一 17:56写道: > > Hmpf, > > a little bit sooner reply would have been good … I’m already done with the > changes, also with moving all examples and the parts of the distribution > bundling the connectors. > > I do think also

Re: Splitting up the repos

2024-04-15 Thread Jialin Qiao
Hi, 1. Which Parts: Only iotdb-connector need to be moved, distribution and examples will impact the release and users. 2. How to split up: I prefer【Simply ignore the history, copy the files to the new repo and delete them from the old】. Jialin Qiao Christofer Dutz 于2024年4月15日周一 16:27写道

Re: New Table Model for IoTDB

2024-04-08 Thread Jialin Qiao
Great, this will extend the usage scenario of IoTDB. Jialin Qiao Yuan Tian 于2024年4月7日周日 19:39写道: > > Hi all, > > As introduced in the official documentation( > https://iotdb.apache.org/UserGuide/latest/Basic-Concept/Data-Model-and-Terminology.html), > the previous modeling met

Re: Splitting up the main repo?

2024-04-07 Thread Jialin Qiao
+1 for moving these into extra repos. Jialin Qiao Xiangdong Huang 于2024年4月7日周日 09:40写道: > > > We surely also pull in a lot of potentially bad dependencies. > > and this may be a chance to re-check our dependencies and remove unnecessary.. > > --

Anything needs PR to TsFile

2024-01-07 Thread Jialin Qiao
Hi, We plan to release the first version 1.0.0 of TsFile, is there anything that needs PR? Jialin Qiao

Re: PRs about tsfile module

2024-01-06 Thread Jialin Qiao
Hi, TsFile is an independent project and need its own release schedule and version, so no submodule is better. Jialin Qiao Giorgio Zoppi 于2024年1月6日周六 03:41写道: > > Ok, > thanks i will join that list. > > Il giorno ven 5 gen 2024 alle ore 18:17 Christofer Dutz < > christof

Re: PRs about tsfile module

2024-01-05 Thread Jialin Qiao
+1 Jialin Qiao Yuan Tian 于2024年1月5日周五 20:51写道: > > Hi all, > > Since we've already set up our tsfile repo, so if you want to make some > changes to common-api and tsfile submodule in IoTDB repo, you also need to > submit another pr for tsfile r

Re: Is there a reason we're not deploying "library-udf"?

2024-01-04 Thread Jialin Qiao
Hi, No reason, we could enable it. Jialin Qiao Christofer Dutz 于2024年1月4日周四 20:55写道: > > Hi all, > > while setting up Apache TsFile, I noticed, that we’re excluding “library-udf” > from SNAPSHOT deployment on Jenkins. Is there a reason for this? > > (Always to leave a c

Re: [ANNOUNCE] Apache IoTDB 1.3.0 released

2024-01-01 Thread Jialin Qiao
Congratulations! — Jialin Qiao Apache IoTDB PMC Haonan Hou 于2024年1月2日周二 09:47写道: > > The Apache IoTDB team is pleased to announce the release of Apache IoTDB > 1.3.0. > > Apache IoTDB (Database for Internet of Things) is an IoT native database > with high pe

Re: Celebrating the Release of Ratis 3.0.0 on Our Community's Contributions

2023-12-28 Thread Jialin Qiao
Hi, Thank William for the contribution! — Jialin Qiao Apache IoTDB PMC Chao Wang 于2023年12月27日周三 11:39写道: > > Hi ,Thank you for your contribution. > I have a suggetion , When upgrading the ratis version, consider the > compatibility of the iotdb upgrade from an earlie

Re: [VOTE] Apache IoTDB 1.3.0 RC1 release

2023-12-28 Thread Jialin Qiao
(3,3); select ** from root; — Jialin Qiao Apache IoTDB PMC Haonan Hou 于2023年12月27日周三 12:33写道: > > Hi all, > > Apache IoTDB 1.3.0 has been staged under [2] and it’s time to vote > on accepting it for release. All Maven artifacts are available under [1]. > Votin

Re: Release schedule

2023-11-18 Thread Jialin Qiao
Hi, If I understand correctly, this is just a change of package namespace. So users may need to upgrade their imports. We could do this in 1.3.1, which will be checkout at about 2023.12.30. Thanks, — Jialin Qiao Apache IoTDB PMC Christofer Dutz 于2023年11月16日周四 14:11写道: > >

Re: Apache TsFile

2023-11-16 Thread Jialin Qiao
Good news! Thank Chris! — Jialin Qiao Apache IoTDB PMC Christofer Dutz 于2023年11月16日周四 16:52写道: > > Hi all, > > so at yesterdays board meeting the Apache TsFile TLP proposal was accepted. I > am currently requesting things to be created. The mailinglists: dev,

Re: Release schedule

2023-11-14 Thread Jialin Qiao
Hi, sorry for a typo: Then checkout rc/1.3.1 from master at 2023-12-30, and release 1.3.1 after 2024-1-30. Thanks, Jialin Qiao On 2023/11/15 05:46:11 Jialin Qiao wrote: > Hi, > > I come to share about our release schedule. > > Currently, we are all working on master branch, an

Release schedule

2023-11-14 Thread Jialin Qiao
months. As we checkout rc/1.3.0 from master at 2023-10-30, and will release 1.3.0 after 2023-11-30. Then checkout rc/1.3.1 from master at 2023-12-30, and release 1.3.0 after 2024-1-30. .. Thanks, — Jialin Qiao Apache IoTDB PMC

Re: Add -XX:+ExitOnOutOfMemoryError as default JVM parameter in datanode-env and confignode-env

2023-11-14 Thread Jialin Qiao
+1 for ExitOnOutOfMemoryError. Dump could be an option, disabled by default. — Jialin Qiao Apache IoTDB PMC Yuan Tian 于2023年11月14日周二 14:10写道: > > Hi, > > +HeapDumpOnOutOfMemroyError is not provided as default jvm args, I've > comment that out, just to provide

Re: Rollcall TsFile initial committers

2023-11-06 Thread Jialin Qiao
(li...@apache.org) Thanks, — Jialin Qiao Apache IoTDB PMC Haonan Hou 于2023年11月7日周二 09:38写道: > > Hi Jialin, > > I just find my name in list is not correct. It should be Haonan Hou, not > Haohan Hou. ;) > > Best, > Haonan > > > > On Nov 7,

Re: Re: Rollcall TsFile initial committers

2023-11-06 Thread Jialin Qiao
...@apache.org) Gaofei Cao (gaogao...@apache.org) Jialin Qiao (qiaojia...@apache.org) Kun Liu (liu...@apache.org) Houliang Qi (neuyi...@apache.org) Xiangdong Huang (h...@apache.org) Chao Wang (ch...@apache.org) Jianmin Wang (jimw...@apache.org) Tian Jiang (jiangt...@apache.org) Xinyi Zhao (zhaoxi

Re: Re: Suggestions for Enhancing the IoTDB Contribution Experience

2023-11-05 Thread Jialin Qiao
Hi, Thanks for your feedback of this contribution! I support to give more attention for each PR and do more communication. Besides, if you have a PR need to be reviewed or just want to do a modification, welcome to discuss in the mail list. Thanks, — Jialin Qiao Apache IoTDB PMC

Re: [DISCUSS] Champion and PMC Chair of TsFile

2023-11-05 Thread Jialin Qiao
Hi, It's my honor to be the PMC Chair of TsFile. I will do my best for TsFile project. Bests, — Jialin Qiao Apache IoTDB PMC Chao Wang 于2023年10月26日周四 16:28写道: > > +1 for Christofer Dutz to be the Champion > > > +1 for Jialin Qiao to be the PMC Chair > >

Re: [DISCUSS] Apache TsFile Proposal

2023-10-27 Thread Jialin Qiao
Hi, Looks great! +1 for name search — Jialin Qiao Apache IoTDB PMC Christofer Dutz 于2023年10月26日周四 17:19写道: > > FYI, > > https://issues.apache.org/jira/browse/PODLINGNAMESEARCH-214 > > Chris > > Von: Xiangdong Huang > Datum: Donnerstag, 26. Okto

Re: [DISCUSS] Apache TsFile Proposal

2023-10-25 Thread Jialin Qiao
Hi, After TsFile is being accepted by Apache, I will create an TsFile-Rust repo. Thanks, — Jialin Qiao Apache IoTDB PMC Giorgio Zoppi 于2023年10月25日周三 15:46写道: > > Hello, > can you add in apache a initial ts-native for the rust project? Sorry for > being pedantic. &g

[DISCUSS] Champion and PMC Chair of TsFile

2023-10-25 Thread Jialin Qiao
Hi, To enter the Apache, we also need to define the project champion and PMC chair. For Champion, I am honored to invite Chris to be the champion of the TsFile project. For PMC, welcome to recommend yourself and others. Thanks, — Jialin Qiao Apache IoTDB PMC

[DISCUSS] Apache TsFile Proposal

2023-10-24 Thread Jialin Qiao
iting more developers from diverse backgrounds. Core Developers TsFile initial PMCs are from IoTDB community: Christofer Dutz, Xiangdong Huang, Jialin Qiao, Steve Yurong Su, Jinrui Zhang, Yuan Tian, Xinyu Tan, Haonan Hou, Gaofei Cao, Tian Jiang, Chao Wang(wangchao316), Chao Wang(mychaow), Houliang Q

Re: Rollcall TsFile initial committers

2023-10-22 Thread Jialin Qiao
...@apache.org) Jialin Qiao (qiaojia...@apache.org) Kun Liu (liu...@apache.org) Houliang Qi (neuyi...@apache.org) Xiangdong Huang (h...@apache.org) Chao Wang (ch...@apache.org) Jianmin Wang (jimw...@apache.org) Tian Jiang (jiangt...@apache.org) Xinyi Zhao (zhaoxi...@apache.org) Shuo Zhang (shuozh

Re: Rollcall TsFile initial committers

2023-10-22 Thread Jialin Qiao
...@apache.org) Jialin Qiao (qiaojia...@apache.org) Kun Liu (liu...@apache.org) Houliang Qi (neuyi...@apache.org) Xiangdong Huang (h...@apache.org) Chao Wang (ch...@apache.org) Jianmin Wang (jimw...@apache.org) Tian Jiang (jiangt...@apache.org) Xinyi Zhao (zhaoxi...@apache.org) Thanks

Re: Rollcall TsFile initial committers

2023-10-22 Thread Jialin Qiao
...@apache.org) Haohan Hou (hao...@apache.org) Gaofei Cao (gaogao...@apache.org) Jialin Qiao (qiaojia...@apache.org) Kun Liu (liu...@apache.org) Houliang Qi (neuyi...@apache.org) Xiangdong Huang (h...@apache.org) Chao Wang (ch...@apache.org) Jianmin Wang (jimw...@apache.org) Tian Jiang (jiangt...@apache.org

Re: [DISCUSS] Drop Spark 2.11

2023-10-21 Thread Jialin Qiao
+1, but adding 2.13 and dropping 2.11 should be at the same time, so that we have the spark connector all the time. — Jialin Qiao Apache IoTDB PMC Christofer Dutz 于2023年10月17日周二 15:36写道: > > Hi all, > > while working on the dependency cleanup, I noticed that we wer

Re: Change schema temlpate to device template

2023-10-19 Thread Jialin Qiao
+1 — Jialin Qiao Apache IoTDB PMC Yuan Tian 于2023年10月20日周五 08:34写道: > > Hi all, > > We decided to change all `schema template` in sql syntax to `device > template`, because it's easier to understand for users. We will keep > `schema template` usage for com

Re: Rollcall TsFile initial committers

2023-10-17 Thread Jialin Qiao
hanks, — Jialin Qiao Apache IoTDB PMC Gaofei Cao 于2023年10月18日周三 00:20写道: > > Hi Jialin, > > I would like to be the initial committer of TsFile. > I participated in the design and development of the first version of > TsFile, familiar with the query process, file struc

Re: Dependency management PR ready for being merged

2023-10-16 Thread Jialin Qiao
Merged, Good work! — Jialin Qiao Apache IoTDB PMC

Rollcall TsFile initial committers

2023-10-15 Thread Jialin Qiao
made significant contributions to the TsFile module, you can also apply to become an initial committer. If you would like to be the initial committer of TsFile, please reply to this email in 1 week :-) Thanks, — Jialin Qiao Apache IoTDB PMC

Re: [VOTE] Apache IoTDB 1.2.2 RC1 release

2023-10-12 Thread Jialin Qiao
by device; Thanks, — Jialin Qiao Apache IoTDB PMC Yuan Tian 于2023年10月12日周四 20:52写道: > > Hi, > > +1 (binding) > > The source release: > apache headers [ok] > signatures and hashes [ok] > LICENSE and NOTICE [ok] > no jar files [ok] > could com

Re: [DISCUSS] Incubating TsFile as an independent Apache project?

2023-10-10 Thread Jialin Qiao
ocess the same as becoming an incubator project? Does anyone know? Thanks, — Jialin Qiao Apache IoTDB PMC Jialin Qiao 于2023年10月8日周日 13:34写道: > > Hi, > > Code is not the blocking thing, it could be done before release. > > Thanks, > — > J

Re: [DISCUSS] Incubating TsFile as an independent Apache project?

2023-10-07 Thread Jialin Qiao
Hi, Code is not the blocking thing, it could be done before release. Thanks, — Jialin Qiao Apache IoTDB PMC Yuan Tian 于2023年10月8日周日 08:27写道: > > Hi, > > +1. > > However, before we do that, I think there are lots of work that we need to > do, like extractin

Re: [DISCUSS] Incubating TsFile as an independent Apache project?

2023-10-06 Thread Jialin Qiao
, — Jialin Qiao Apache IoTDB PMC 冯 庆新 于2023年10月7日周六 10:22写道: > > Hi Steve Su > > I think this is a great idea and I fully support it. > I believe Tsfile can generate greater influence and value. > > Thanks > B.R. > Qingxin Feng > > > 从 Windows

Re: [VOTE] Apache IoTDB 1.2.1 RC1 release

2023-09-15 Thread Jialin Qiao
root.turbine; CREATE TIMESERIES root.turbine.d1.s0 WITH DATATYPE=DOUBLE, ENCODING=GORILLA; insert into root.turbine.d1(timestamp,s0) values(1,1); select ** from root; Thanks, — Jialin Qiao Apache IoTDB PMC Yuan Tian 于2023年9月15日周五 18:14写道: > > Hi, > > +1 (binding) &g

Re: iotdb quarter report (Q3)

2023-09-11 Thread Jialin Qiao
among the datanodes. Thanks, — Jialin Qiao Apache IoTDB PMC Yuan Tian 于2023年9月12日周二 09:10写道: > > Hi, > > +1. LGTM. > > > Best, > - > Yuan Tian

Re: [VOTE] Apache IoTDB 1.2.0 RC2 release

2023-09-06 Thread Jialin Qiao
) values(3,3); select ** from root; Thanks, — Jialin Qiao Apache IoTDB PMC Haonan Hou 于2023年9月5日周二 10:50写道: > > Hi all, > > Apache IoTDB 1.2.0 has been staged under [2] and it’s time to vote > on accepting it for release. All Maven artifacts are available under [1]. > V

Re: Re: [VOTE] Release IotDB-Tools: Thrift artifacts

2023-08-21 Thread Jialin Qiao
+1 (binding) — Jialin Qiao Apache IoTDB PMC 张金瑞 <329920...@qq.com.invalid> 于2023年8月21日周一 20:07写道: > > +1 (binding) > > > Thanks, > Jinrui > > > > > > > > 原始邮件 > > > > 发件人:"Yuan Tian"< jackietie...@gmail.com

Re: [VOTE] Apache IoTDB 1.1.2 RC1 release

2023-07-25 Thread Jialin Qiao
Hi, +1 (binding) The source release: apache headers [ok] signatures and hashes [ok] LICENSE and NOTICE [ok] no jar files [ok] The binary distribution: version number in CLI [ok] signatures and hashes [ok] start in mac, jdk8 [ok] Thanks, — Jialin Qiao Apache IoTDB PMC Yuan Tian

Re: Usage of Singleton pattern?

2023-07-14 Thread Jialin Qiao
+1 for cleaning it — Jialin Qiao Apache IoTDB PMC Yuan Tian 于2023年7月14日周五 21:28写道: > > Sure! Do as you want! We would love to see these refactoring prs. > > > Best, > -- > Yuan Tian > > On Fri, Jul 14, 2023 at 9:20 PM Christofer Dutz

Re: [DISCUSS] Setup Sonarcloud for IoTDB?

2023-07-14 Thread Jialin Qiao
Hi, We have the sonar cloud: https://sonarcloud.io/project/overview?id=apache_incubator-iotdb But it is only for committers: https://github.com/apache/iotdb/pull/10548 Thanks, — Jialin Qiao Apache IoTDB PMC Christofer Dutz 于2023年7月14日周五 21:24写道: > > Hi folks, > >

Re: Change LZ4 to the default compressor

2023-07-06 Thread Jialin Qiao
+1 for option 1: Change LZ4 to the default compressor — Jialin Qiao Apache IoTDB PMC Yuan Tian 于2023年7月7日周五 11:57写道: > > Hi, > > vote for option 1: Change LZ4 to the default compressor, since it's a > compatible changes. > > > Best, > --

New Repo: iotdb-docs

2023-07-06 Thread Jialin Qiao
What do you think? Thanks, — Jialin Qiao Apache IoTDB PMC

Re: Refactor the package structure of IoTDB

2023-06-30 Thread Jialin Qiao
Hi Chris, This change originated from your advice in Slack :) Thanks, — Jialin Qiao Apache IoTDB PMC Christofer Dutz 于2023年6月30日周五 16:07写道: > > Hi Gaofei, > > I totally agree and support changing the package structure, as it was > something I stumbled over some

Re: [discuss] move jenkins build message to a new mailing list

2023-06-30 Thread Jialin Qiao
+1 for option 1 Thanks, — Jialin Qiao Apache IoTDB PMC Haonan Hou 于2023年6月30日周五 17:31写道: > > +1 for option 1. > > Best, > Haonan Hou > > > On Jun 29, 2023, at 11:44 PM, Xiangdong Huang wrote: > > > > Hi all, > > > > How do you th

Re: [New Feature] PB Tree for Massive Schema Management

2023-06-19 Thread Jialin Qiao
Hi, Good feature! PB_Tree could be PBTree. Thanks, — Jialin Qiao Apache IoTDB PMC 周钰坤 于2023年6月19日周一 15:08写道: > > Hi, > > We're going to introduce PB Tree (Prefix-B+ Tree), a new SchemaEgnine > mode, in V1.2.0, which supports evict temporarily useless schem

Release of 1.2.0

2023-06-18 Thread Jialin Qiao
query functions. Please supplement the new features of 1.2.0. Thanks, — Jialin Qiao Apache IoTDB PMC

Re: [VOTE] Apache IoTDB 1.1.1 RC1 release

2023-06-11 Thread Jialin Qiao
, — Jialin Qiao On 2023/06/10 17:44:43 Haonan Hou wrote: > Hi all, > > Apache IoTDB 1.1.1 has been staged under [2] and it’s time to vote > on accepting it for release. All Maven artifacts are available under [1]. > Voting will be open for 72hr. > A minimum of 3 binding +1 votes a

Re: Contributing Code and Ongoing Support to the Newly Created C# Client Repository

2023-05-27 Thread Jialin Qiao
Hi, Thanks for your contribution! — Jialin Qiao Apache IoTDB PMC ZHAN LU 于2023年5月27日周六 20:06写道: > > Dear friends, > > I am Zhan Lu, a first-year postgraduate student at the School of Software, > Tsinghua University, and a contributor to the Apache-IoTDB-Client-

new committer: Peichen Zhou

2023-05-24 Thread Jialin Qiao
Hi, The Project Management Committee (PMC) for Apache IoTDB has invited Peichen Zhou to become a committer and we are pleased to announce that he has accepted. Being a committer enables easier contribution to the project since there is no need to go via the patch submission process. This should e

[Result][VOTE] New Repo: iotdb-client-csharp

2023-05-24 Thread Jialin Qiao
Hi, This vote [1] has lasted for 72 hours, with 3 +1 PMC votes and total 5 +1 votes, this VOTE passes! +1 votes: gitdata2 Houliang Qi Qingxin Feng Chao Wang Haonan Hou [1] https://lists.apache.org/thread/zb3wm5gz7cqxqcclsyqxxhygx643bkpr Thanks, — Jialin Qiao Apache IoTDB PMC

[VOTE] New Repo: iotdb-client-csharp

2023-05-19 Thread Jialin Qiao
opinion [ ] -1 disapprove with the reason The vote is open for the next 72 hours and passes if at least three +1 votes and more +1 votes than -1 votes. Best, — Jialin Qiao Apache IoTDB PMC

Re: Multiple bug&issue trackers?

2023-05-12 Thread Jialin Qiao
Hi, GitHub is usually used by users. Developers are all using Jira now, moving to GitHub issues is not easy... We may need to discuss the benefit of moving to github. Thanks, — Jialin Qiao Apache IoTDB PMC Christofer Dutz 于2023年5月12日周五 14:57写道: > > Hi folks, > &

CVE-2023-24831: Apache IoTDB grafana-connector Login Bypass Vulnerability

2023-04-15 Thread Jialin Qiao
Severity: low Description: Improper Authentication vulnerability in Apache Software Foundation Apache IoTDB.This issue affects Apache IoTDB Grafana Connector: from 0.13.0 through 0.13.3. Attackers could login without authorization. This is fixed in 0.13.4. References: https://iotdb.apache.or

CVE-2023-30771: Apache IoTDB Workbench: apache/iotdb-web-workbench: forge the JWTToken to access workbench

2023-04-15 Thread Jialin Qiao
Severity: low Description: Incorrect Authorization vulnerability in Apache Software Foundation Apache IoTDB.This issue affects the iotdb-web-workbench component on 0.13.3. iotdb-web-workbench is an optional component of IoTDB, providing a web console of the database. This problem is fixed fro

Re: [discuss] consider revert the feature of multi-tenancy

2023-04-11 Thread Jialin Qiao
fe :) Best, ————————— Jialin Qiao Apache IoTDB PMC Houliang Qi 于2023年4月11日周二 16:02写道: > > Hi, all > > > I think we have reached a consensus from the discussion, change the name of > this feature to resource control, and continue to contribute to this feature. > Thank you for

Re: [discuss] consider revert the feature of multi-tenancy

2023-04-10 Thread Jialin Qiao
ok as long as we keep optimizing. Thanks, — Jialin Qiao Apache IoTDB PMC Chao Wang 于2023年4月10日周一 19:14写道: > > Agree with Houliang's opinion. > > > Thanks! > > > Chao Wang > BONC ltd > On 4/10/2023 19:01,Houliang Qi wrote: > -1 > > First

Re: [VOTE] Apache IoTDB 1.1.0 RC2 release

2023-04-01 Thread Jialin Qiao
(time,s0) values(1,1); insert into root.db.d1(time,s0) values(2,2); insert into root.db.d1(time,s0) values(3,3); select * from root.db.**; Best, — Jialin Qiao Apache IoTDB PMC Haonan Hou 于2023年3月31日周五 11:44写道: > > Hi all, > > Apache IoTDB 1.1.0 has been staged under

Re: [VOTE] Apache IoTDB 1.1.0 RC1 release

2023-03-25 Thread Jialin Qiao
) values(3,3); select ** from root; Thanks, Jialin Qiao On 2023/03/25 05:20:12 Haonan Hou wrote: > Hi all, > > Apache IoTDB 1.1.0 has been staged under [2] and it’s time to vote > on accepting it for release. All Maven artifacts are available under [1]. > Voting will be open for 72hr. &

Re: Request for translated names for group by clauses

2023-02-23 Thread Jialin Qiao
Hi, +1 for 1. 差值分段 2. 条件分段 3. 会话分段 The group by series indeed confusing, we could use "group by filter" or "group by condition". Thanks, — Jialin Qiao Apache IoTDB PMC Eric Pai 于2023年2月24日周五 10:31写道: > > Hi, > > 1. 差值分段 > > 2. 条件分

Re: Remove UserGuide before 0.13 from website

2023-02-23 Thread Jialin Qiao
Hi, You could find the history UserGuide in the "docs" folder of source code[1] [1] https://archive.apache.org/dist/iotdb/ Thanks, ————— Jialin Qiao Apache IoTDB PMC Trevor Hart 于2023年2月24日周五 01:15写道: > > +1 for having an archive available. I still use these doc

Remove UserGuide before 0.13 from website

2023-02-23 Thread Jialin Qiao
Hi, There are 8 versions UserGuide on our website[1], the old versions are hardly used anymore. I prefer to remove the history versions before 0.13 (not include). [1] https://iotdb.apache.org/ Thanks, — Jialin Qiao Apache IoTDB PMC

Re: [VOTE] Apache IoTDB 1.0.1 RC1 release

2023-02-20 Thread Jialin Qiao
.**; Thanks, — Jialin Qiao Apache IoTDB PMC Gaofei Cao 于2023年2月17日周五 19:26写道: > > Hi all, > > Apache IoTDB 1.0.1 has been staged under [2] and it’s time to vote > on accepting it for release. All Maven artifacts are available under [1]. > Voting will be open for 72hr

Re: [VOTE] Apache IoTDB 0.13.4 RC1 release

2023-02-08 Thread Jialin Qiao
(timestamp,s0) values(3,3); select ** from root; Thanks, — Jialin Qiao School of Software, Tsinghua University 刘 旭鑫 于2023年2月7日周二 18:17写道: > > Hi all, > > Apache IoTDB 0.13.4 has been staged under [1] and it’s time to vote on > accepting it for release. All Maven artifact

Re: About naming of VerticallyConcatOperator

2023-02-05 Thread Jialin Qiao
+1 for Plan A: Rename it as HorizontallyConcatOperator. — Jialin Qiao Apache IoTDB PMC Xiangwei Wei 于2023年2月6日周一 14:35写道: > > VerticallyConcatOperator is used to horizontally concatenate TsBlocks with > the same timestamp column. For example, > TsBlock A is: > |

[Result][Vote] Create a repo for iotdb-backup-tool

2023-02-05 Thread Jialin Qiao
Meng Li Jialin Qiao (binding) The vote passes. Thanks for your votes! https://lists.apache.org/thread/lvsmtz8vk28nxnn9dqzqp4ryxszlvwn0 Bests, — Jialin Qiao Apache IoTDB PMC

Re: [VOTE] Create a repo for iotdb-backup-tool

2023-02-05 Thread Jialin Qiao
+1 — Jialin Qiao Apache IoTDB PMC limen...@live.cn 于2023年2月1日周三 19:19写道: > > +1 > > > > limen...@live.cn > > From: Jialin Qiao > Date: 2023-01-31 21:49 > To: dev > Subject: [VOTE] Create a repo for iotdb-backup-tool > Hi, > > Here

Re: Release of 0.13.4

2023-02-05 Thread Jialin Qiao
Thank Xuxin! — Jialin Qiao Apache IoTDB PMC 刘 旭鑫 于2023年2月4日周六 21:21写道: > > I am glad to. It would be a great honor for me to be the release manager. > > - > T

Release of 0.13.4

2023-02-04 Thread Jialin Qiao
Hi all, It has been over 3 months since we release 0.13.3. It's time to release 0.13.4. Does anyone want to be the release manager? Thanks, — Jialin Qiao Apache IoTDB PMC

Release of IoTDB 0.13.4

2023-02-04 Thread Jialin Qiao
Hi all, It has been over 3 months since we release 0.13.3. It's time to release 0.13.4, does anyone want to be the release manager? Thanks, — Jialin Qiao Apache IoTDB PMC

[VOTE] Create a repo for iotdb-backup-tool

2023-01-31 Thread Jialin Qiao
] +1 approve [ ] +0 no opinion [ ] -1 disapprove with the reason The vote is open for the next 72 hours and passes if at least three +1 votes and more +1 votes than -1 votes. Thanks, — Jialin Qiao Apache IoTDB PMC

CVE-2023-24830: Apache IoTDB: apache/iotdb-web-workbench: create a user without authorization

2023-01-30 Thread Jialin Qiao
Severity: low Description: Improper Authentication vulnerability in Apache Software Foundation Apache IoTDB.This issue affects Apache IoTDB: from 0.13.0 before 0.13.3. References: https://iotdb.apache.org https://www.cve.org/CVERecord?id=CVE-2023-24830

CVE-2023-24829: Apache IoTDB: apache/iotdb-web-workbench: forge the JWTToken to access workbench

2023-01-30 Thread Jialin Qiao
Description: Incorrect Authorization vulnerability in Apache Software Foundation Apache IoTDB iotdb-web-workbench.This issue affects users' access to the system without authorization. This CVE is fixed in iotdb-web-workbench tag v0.13.3. References: https://iotdb.apache.org/ https://iotdb.apa

new committer: Rongzhao Chen

2023-01-04 Thread Jialin Qiao
Hi, The Project Management Committee (PMC) for Apache IoTDB has invited Rongzhao Chen to become a committer and we are pleased to announce that he has accepted. Being a committer enables easier contribution to the project since there is no need to go via the patch submission process. This should

  1   2   3   4   5   6   7   8   9   10   >