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. 条件分段
>
> 3. 会话分段
>
> I think the best choices are the direct translations. BTW, why we choose the 
> word 'series' in GROUP BY SERIES clause? It's more likely an aggregation 
> crossing different timeseries, like GROUP BY LEVEL and GROUP BY TAG.
>
> 发件人: ycy wi 
> 日期: 星期四, 2023年2月23日 18:04
> 收件人: dev@iotdb.apache.org 
> 主题: Request for translated names for group by clauses
>
> Hi, everyone!
>
> We are supporting more 'group by' clauses in aggregation query for IoTDB 
> which refers to some implements with new functions. So we want to ask for the 
> advice of translated name in Chinese for these new features according to the 
> functions and SQL of them.
>
> 1. Group By Variation
>
> Group-By-Variation wil set the first point in group as base point, then if 
> the difference between a new point and base point is small than or equal to 
> delta, this point will be put in the same group. (P.S. delta is the value 
> users set and the difference is calculated by the expression users give). It 
> can be described by the following picture:
> [cid:ii_legxltnb3]
> Some alternative translation in Chinese:
>
>   *   事件分段
>   *   差值分段
>   *   Any suggestions
> 2. Group By Series
> Group-By-Series supports grouping the data points by the condition expression 
> users give (the return type of condition expression needs to be boolean). The 
> continuous data points which satisfy the condition expression will be put in 
> the same group, the data points don't satisfy the condition will be skipped 
> and won't be calculated by aggregation operator.
> Some alternative translation in Chinese:
>
>   *   条件分段
>   *   Any suggestions
>  3. Group By Session
> Group-By-Session will compute the difference between the value of time in 
> continuous data points. A timeInterval is set by users to indicate the max 
> gap of time in one group between continuous data points. It can be described 
> in the following:
> [cid:ii_legvj27g1]
> The alternative translation in Chinese:
>
>   *   会话分段
>   *   时间差值分段
>   *   Any suggestions
>
> You can see more details and examples in 
> https://iotdb.apache.org/UserGuide/Master/Query-Data/Group-By.html.
>
> Reply 1,2,3 to represent each groupByClause and add your advice, if you 
> suggest "事件分段" for Group-By-Variation, you can reply
> 1:  "事件分段"
>


答复: Request for translated names for group by clauses

2023-02-23 Thread Eric Pai
Hi,

1. 差值分段

2. 条件分段

3. 会话分段

I think the best choices are the direct translations. BTW, why we choose the 
word 'series' in GROUP BY SERIES clause? It's more likely an aggregation 
crossing different timeseries, like GROUP BY LEVEL and GROUP BY TAG.

发件人: ycy wi 
日期: 星期四, 2023年2月23日 18:04
收件人: dev@iotdb.apache.org 
主题: Request for translated names for group by clauses

Hi, everyone!

We are supporting more 'group by' clauses in aggregation query for IoTDB which 
refers to some implements with new functions. So we want to ask for the advice 
of translated name in Chinese for these new features according to the functions 
and SQL of them.

1. Group By Variation

Group-By-Variation wil set the first point in group as base point, then if the 
difference between a new point and base point is small than or equal to delta, 
this point will be put in the same group. (P.S. delta is the value users set 
and the difference is calculated by the expression users give). It can be 
described by the following picture:
[cid:ii_legxltnb3]
Some alternative translation in Chinese:

  *   事件分段
  *   差值分段
  *   Any suggestions
2. Group By Series
Group-By-Series supports grouping the data points by the condition expression 
users give (the return type of condition expression needs to be boolean). The 
continuous data points which satisfy the condition expression will be put in 
the same group, the data points don't satisfy the condition will be skipped and 
won't be calculated by aggregation operator.
Some alternative translation in Chinese:

  *   条件分段
  *   Any suggestions
 3. Group By Session
Group-By-Session will compute the difference between the value of time in 
continuous data points. A timeInterval is set by users to indicate the max gap 
of time in one group between continuous data points. It can be described in the 
following:
[cid:ii_legvj27g1]
The alternative translation in Chinese:

  *   会话分段
  *   时间差值分段
  *   Any suggestions

You can see more details and examples in 
https://iotdb.apache.org/UserGuide/Master/Query-Data/Group-By.html.

Reply 1,2,3 to represent each groupByClause and add your advice, if you suggest 
"事件分段" for Group-By-Variation, you can reply
1:  "事件分段"



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 docs and I am using 
> 0.12.
>
>
>
> Thanks
>
> Trevor Hart
>
> Ope Limited
>
> w: http://www.ope.nz/
>
> m: +64212728039
>
>
>
>
>
>
>
>
>  On Fri, 24 Feb 2023 06:10:08 +1300 Xiangdong Huang  
> wrote ---
>
>
>
> I think it is ok to remove old docs out of the source repo.
> But is there a possible way to archive them?
>
> Best,
> ---
> Xiangdong Huang
> School of Software, Tsinghua University
>
>  黄向东
> 清华大学 软件学院
>
> 谭新宇  于2023年2月23日周四 20:34写道:
> >
> > Hi,
> >
> > +1 for removing old docs
> >
> >
> > Thanks
> > --
> > Xinyu Tan
> >
> >
> > > 2023年2月23日 18:30,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
> >


[BUILD-UNSTABLE]: Job 'IoTDB/IoTDB-pip-new/master [master] [86]'

2023-02-23 Thread Apache Jenkins Server
BUILD-UNSTABLE: Job 'IoTDB/IoTDB-pip-new/master [master] [86]':

Check console output at "https://ci-builds.apache.org/job/IoTDB/job/IoTDB-pip-new/job/master/86/;>IoTDB/IoTDB-pip-new/master
 [master] [86]"

Re: Remove UserGuide before 0.13 from website

2023-02-23 Thread Trevor Hart
+1 for having an archive available. I still use these docs and I am using 0.12.



Thanks 

Trevor Hart

Ope Limited

w: http://www.ope.nz/

m: +64212728039








 On Fri, 24 Feb 2023 06:10:08 +1300 Xiangdong Huang  
wrote ---



I think it is ok to remove old docs out of the source repo. 
But is there a possible way to archive them? 
 
Best, 
--- 
Xiangdong Huang 
School of Software, Tsinghua University 
 
 黄向东 
清华大学 软件学院 
 
谭新宇  于2023年2月23日周四 20:34写道: 
> 
> Hi, 
> 
> +1 for removing old docs 
> 
> 
> Thanks 
> -- 
> Xinyu Tan 
> 
> 
> > 2023年2月23日 18:30,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: Remove UserGuide before 0.13 from website

2023-02-23 Thread Xiangdong Huang
 I think it is ok to remove old docs out of the source repo.
But is there a possible way to archive them?

Best,
---
Xiangdong Huang
School of Software, Tsinghua University

 黄向东
清华大学 软件学院

谭新宇 <1025599...@qq.com.invalid> 于2023年2月23日周四 20:34写道:
>
> Hi,
>
> +1 for removing old docs
>
>
> Thanks
> --
> Xinyu Tan
>
>
> > 2023年2月23日 18:30,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: Remove UserGuide before 0.13 from website

2023-02-23 Thread 谭新宇
Hi,

+1 for removing old docs


Thanks
--
Xinyu Tan


> 2023年2月23日 18:30,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: Re:Remove UserGuide before 0.13 from website

2023-02-23 Thread Guanfei Guo
+1



Thanks.
Guanfei Guo
 
发件人: 冯 庆新
发送时间: 2023-02-23 19:22
收件人: dev@iotdb.apache.org
主题: Re: Re:Remove UserGuide before 0.13 from website
+1
 
获取 Outlook for iOS

发件人: 张金瑞 <329920...@qq.com.INVALID>
发送时间: Thursday, February 23, 2023 7:11:00 PM
收件人: dev 
主题: Re:Remove UserGuide before 0.13 from website
 
+1
 
 
 
Thanks,
-
Jinrui
Apache IoTDB PMC
 
 
 
Original
 
 
 
From:"Jialin Qiao"< qiaojia...@apache.org ;
 
Date:2023/2/23 18:30
 
To:"dev"< dev@iotdb.apache.org ;
 
Subject:Remove UserGuide before 0.13 from website
 
 
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: Re:Remove UserGuide before 0.13 from website

2023-02-23 Thread 冯 庆新
+1

获取 Outlook for iOS

发件人: 张金瑞 <329920...@qq.com.INVALID>
发送时间: Thursday, February 23, 2023 7:11:00 PM
收件人: dev 
主题: Re:Remove UserGuide before 0.13 from website

+1



Thanks,
-
Jinrui
Apache IoTDB PMC



Original



From:"Jialin Qiao"< qiaojia...@apache.org ;

Date:2023/2/23 18:30

To:"dev"< dev@iotdb.apache.org ;

Subject:Remove UserGuide before 0.13 from website


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: Remove UserGuide before 0.13 from website

2023-02-23 Thread Haonan Hou
+1

Haonan Hou

> On Feb 23, 2023, at 6:30 PM, Jialin Qiao  wrote:
> 
> 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



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


Request for translated names for group by clauses

2023-02-23 Thread ycy wi
Hi, everyone!

We are supporting more 'group by' clauses in aggregation query for IoTDB
which refers to some implements with new functions. So we want to ask for
the advice of translated name in Chinese for these new features according
to the functions and SQL of them.

1. Group By Variation

Group-By-Variation wil set the first point in group as base point, then if
the difference between a new point and base point is small than or equal to
delta, this point will be put in the same group. (P.S. delta is the value
users set and the difference is calculated by the expression users give).
It can be described by the following picture:
[image: groupByVariation.jpeg]
Some alternative translation in Chinese:

   - 事件分段
   - 差值分段
   - Any suggestions

2. Group By Series
Group-By-Series supports grouping the data points by the condition
expression users give (the return type of condition expression needs to be
boolean). The continuous data points which satisfy the condition expression
will be put in the same group, the data points don't satisfy the condition
will be skipped and won't be calculated by aggregation operator.
Some alternative translation in Chinese:

   - 条件分段
   - Any suggestions

 3. Group By Session
Group-By-Session will compute the difference between the value of time in
continuous data points. A timeInterval is set by users to indicate the max
gap of time in one group between continuous data points. It can be
described in the following:
[image: groupBySession.jpeg]
The alternative translation in Chinese:

   - 会话分段
   - 时间差值分段
   - Any suggestions


You can see more details and examples in
https://iotdb.apache.org/UserGuide/Master/Query-Data/Group-By.html.

Reply 1,2,3 to represent each groupByClause and add your advice, if you
suggest "事件分段" for Group-By-Variation, you can reply

> 1:  "事件分段"