Re: About naming of VerticallyConcatOperator

2023-02-05 Thread 18110526956
We name this as 'VerticallyConcat' before because its logic is opposite of 'vertical table’. But the thing we forgot is that the target of two operations are different: 1. Vertical table: the target of operation is the table needed to split 2. The discussing operator: the target of operation are

Re: About naming of VerticallyConcatOperator

2023-02-05 Thread Guanfei Guo
+1 for Plan A. Thanks. Guanfei Guo From: ycy wi Date: 2023-02-06 15:13 To: dev Subject: Re: About naming of VerticallyConcatOperator +1 for Plan A. "Vertically" and "Horizontally" are adverbs. I think it's easier to understand from a straightforward perspective. Xiangwei Wei 于2023年2月6日周一

Re: About naming of VerticallyConcatOperator

2023-02-05 Thread Xiangwei Wei
Sorry, the image can't displayed normally. It's like: To combine horizontally two DataFrames df1 and df2 with matching index: import pandas as pd df1 = pd.DataFrame ({'A':[1,2,3], 'B':[4,5,6]}) df2 = pd.DataFrame

Re: About naming of VerticallyConcatOperator

2023-02-05 Thread ycy wi
+1 for Plan A. "Vertically" and "Horizontally" are adverbs. I think it's easier to understand from a straightforward perspective. Xiangwei Wei 于2023年2月6日周一 14:35写道: > VerticallyConcatOperator is used to horizontally concatenate TsBlocks with > the same timestamp column. For example, > TsBlock A

Re: About naming of VerticallyConcatOperator

2023-02-05 Thread Xiangwei Wei
I investigated two typical situation like DataFrame in Pandas and Matrix in Matlab. They both expresses this as horizontally concatenation. [image: image.png] [image: image.png] [image: image.png] Jialin Qiao 于2023年2月6日周一 15:03写道: > +1 for Plan A: Rename it as HorizontallyConcatOperator. >

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: > | Time | ColumnA |

About naming of VerticallyConcatOperator

2023-02-05 Thread Xiangwei Wei
VerticallyConcatOperator is used to horizontally concatenate TsBlocks with the same timestamp column. For example, TsBlock A is: | Time | ColumnA | |1| 1.0| TsBlock B is: | Time | ColumnB | |1| 2.0| After the VerticallyConcatOperator, the result will be: | Time |

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

2023-02-05 Thread Jialin Qiao
Hi, The Vote for Creating a repo for iotdb-backup-tool closes. The vote results is: Binding votes: 3 +1, NonBinding votes 8 +1. No +0 or -1 vote. The votes come from: Xiangdong Huang (binding) HW-Chao Wang (binding) Qingxin Feng Guanfei Guo Jeck1son2 Haizeiwang Ximing Gao Guanchu Shen Tao Yu

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 is a tool for backup IoTDB data: >

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. > > - > THSS > Liu Xuxin > >