回复: Release of new cluster version

2022-06-22 Thread 冯 庆新
+1 for 0.14.0-preview 发件人: Eric Pai 发送时间: 2022年6月22日 16:56 收件人: dev@iotdb.apache.org 主题: Re: Release of new cluster version Good news! How about '0.14.0-preview' ? As in general development we always use *-alpha as an internal test versi

Re: Re: Support new path pattern: 0 or more layers

2022-06-22 Thread Guanfei Guo
In summary, we can get the following syntax: *{start, end} - start (included) to end (excluded) layers *{ , end} - 0 to end (excluded) layers *{start, } - start (included) or more layers, ** stands for *{1, } *{ , } - 0 or more layers, maybe we can use a shortcut (such as ***)? *{n} - exactly n lay

回复: Release of new cluster version

2022-06-22 Thread CloudWise-Luke
+1 for '0.14.0-preview' CloudWiseluke.miao   -- 原始邮件 -- 发件人: "dev"

Re: Release of new cluster version

2022-06-22 Thread Xiangdong Huang
+1 for 0.14.0-preview, and propose v0.13.1 and v0.12.6 at the same time. --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Jialin Qiao 于2022年6月22日周三 17:12写道: > > Hi, > > +1 for '0.14.0-preview' > > I even want to use -beta previously :D

??discuss?? Added "Modify Time Series Encoding and Compression Type" interface/command

2022-06-22 Thread ???????????
Hi, Want to do: Added "Modify Time Series Encoding and Compression Type" interface/command Application scenarios: In IoTDB application projects, reasonable setting of encoding and compression algorithms can effectively reduce disk space occupancy and reduce server costs in disguise. Mod

Re: Release of new cluster version

2022-06-22 Thread Jialin Qiao
Hi, +1 for '0.14.0-preview' I even want to use -beta previously :D Thanks, — Jialin Qiao Apache IoTDB PMC Eric Pai 于2022年6月22日周三 16:55写道: > Good news! How about '0.14.0-preview' ? As in general development we > always use *-alpha as an internal test version with all main feat

Re: Release of new cluster version

2022-06-22 Thread Eric Pai
Good news! How about '0.14.0-preview' ? As in general development we always use *-alpha as an internal test version with all main features present. As the description of the version, it mainly contains the new cluster. 在 2022/6/22 16:44,“Jialin Qiao” 写入: Hi all, It has been 4~5 months

Re: 【新】权限申请-刘鹏飞

2022-06-22 Thread Jialin Qiao
Hi, Added, welcome! — Jialin Qiao Apache IoTDB PMC 海賊王ルフィ 于2022年6月22日周三 14:04写道: > Hi, > I'm pengfei liu, from yonyou. > jira id :liupengfei > Confluence id :261223363 > Best, --- > > Pengfei Liu > 18621181998

Release of new cluster version

2022-06-22 Thread Jialin Qiao
Hi all, It has been 4~5 months since we started the new cluster version. Thanks for the contribution of all contributors! It's time to start the topic of releasing :) The summary status of the master branch is as follows: (1) The new cluster version has many advantages compared to the old one(0

Re: Add `pre-commit-hooks` for pre-commit checks

2022-06-22 Thread Eric Pai
Thanks for your contribution! I think you can write docs as the following procedures: - As you have already written detailed document in your PR with Markdown. You can just copy them and add README.md to tools/git-hooks/ . - Write a short description with the hyperlink to the new README.md at d

Re: Add `pre-commit-hooks` for pre-commit checks

2022-06-22 Thread Ke Lin
LOL I make it! PR https://github.com/apache/iotdb/pull/6380 gives the details. I wonder if I have to place the doc to somewhere else? Eric Pai 于2022年6月21日周二 09:50写道: > Got it! If we use shell script, we should consider both mac/Linux/Windows > environment, as we have lots of developers using W