You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by 41108453 <41...@qq.com> on 2020/11/03 07:49:08 UTC

回复: [Proposal] Put some dependencies in our maintenance repo

Can you send an email to the cloudera maintenance team to explain this situation, and hope they will submit this to the central warehouse of maven




------------------&nbsp;原始邮件&nbsp;------------------
发件人:                                                                                                                        "dev"                                                                                    <lingmiao@apache.org&gt;;
发送时间:&nbsp;2020年10月28日(星期三) 下午4:48
收件人:&nbsp;"dev"<dev@doris.apache.org&gt;;

主题:&nbsp;Re: [Proposal] Put some dependencies in our maintenance repo



Hi Duo,

I found another dependency package with similar functions, let's see if I
can replace it.

Regarding the question of Calcite, we have previously investigated Calcite
for Doris to optimize the query framework.
After the evaluation, it is found that the access cost may be similar to
the reconstruction of the entire query framework , so it is a long-term
work in the future.

Ling Miao


张铎(Duo Zhang) <palomino219@gmail.com&gt; 于2020年10月27日周二 下午9:53写道:

&gt; Could be a long term solution? Is there any other reason which prevents us
&gt; using Calcite?
&gt;
&gt; ling miao <lingmiao@apache.org&gt; 于2020年10月27日周二 下午8:02写道:
&gt;
&gt; &gt; Hi Duo,
&gt; &gt;
&gt; &gt; Using calcite directly will definitely not work, which means that the
&gt; query
&gt; &gt; analysis + planning are rewritten.
&gt; &gt; But&nbsp; maybe we can use other parser tools to replace it, or something
&gt; &gt; similar.
&gt; &gt; However, it is estimated that the amount of change for this solution.
&gt; &gt; ...(。•ˇ‸ˇ•。)
&gt; &gt; ...
&gt; &gt;
&gt; &gt; Ling Miao
&gt; &gt;
&gt; &gt; 张铎(Duo Zhang) <palomino219@gmail.com&gt; 于2020年10月27日周二 下午6:34写道:
&gt; &gt;
&gt; &gt; &gt; I think this is used to generate the SQL parser? Is it possible to use
&gt; &gt; &gt; Calcite directly?
&gt; &gt; &gt;
&gt; &gt; &gt; ling miao <lingmiao@apache.org&gt; 于2020年10月26日周一 下午7:38写道:
&gt; &gt; &gt;
&gt; &gt; &gt; &gt; Hi,
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; Currently, some fe dependencies that we rely on are not in the maven
&gt; &gt; &gt; repo.
&gt; &gt; &gt; &gt; For example, cup-maven-plugin and java-cup are located at the
&gt; Cloudera
&gt; &gt; &gt; &gt; 3rd-P.
&gt; &gt; &gt; &gt; This will lead to the risk that our code will not be compiled when
&gt; the
&gt; &gt; &gt; &gt; third-party repo changes.
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; I have also tried whether it is possible to replace these
&gt; dependencies
&gt; &gt; &gt; &gt; with other packages or versions, but unfortunately the only thing we
&gt; &gt; can
&gt; &gt; &gt; &gt; use at the moment is this.
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; So I propose whether we can maintain these jar packages in our own
&gt; repo
&gt; &gt; &gt; to
&gt; &gt; &gt; &gt; ensure that they can be found every time we compile?
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; Or do you have any better solutions?
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; Ling Miao
&gt; &gt; &gt; &gt;
&gt; &gt; &gt;
&gt; &gt;
&gt;

Re:Re: Re: [Proposal] Put some dependencies in our maintenance repo

Posted by 陈明雨 <mo...@163.com>.
>Please let us know if there is any news about it :)


Of course~




--

此致!Best Regards
陈明雨 Mingyu Chen

Email:
chenmingyu@apache.org





在 2020-11-05 16:22:23,"Willem Jiang" <wi...@gmail.com> 写道:
>Please let us know if there is any news about it :)
>
>Willem Jiang
>
>Twitter: willemjiang
>Weibo: 姜宁willem
>
>On Wed, Nov 4, 2020 at 9:21 PM 陈明雨 <mo...@163.com> wrote:
>>
>> > Can you send an email to the cloudera maintenance team to explain this situation, and hope they will submit this to the central warehouse of maven
>>
>> That is a good idea!
>>
>>
>>
>> --
>>
>> 此致!Best Regards
>> 陈明雨 Mingyu Chen
>>
>> Email:
>> chenmingyu@apache.org
>>
>>
>>
>>
>>
>> 在 2020-11-03 17:13:09,"Willem Jiang" <wi...@gmail.com> 写道:
>> >+1 for it.
>> >It could save us lots of time by working with the upstream :)
>> >
>> >Willem Jiang
>> >
>> >Twitter: willemjiang
>> >Weibo: 姜宁willem
>> >
>> >On Tue, Nov 3, 2020 at 3:49 PM 41108453 <41...@qq.com> wrote:
>> >>
>> >> Can you send an email to the cloudera maintenance team to explain this situation, and hope they will submit this to the central warehouse of maven
>> >>
>> >>
>> >>
>> >>
>> >> ------------------&nbsp;原始邮件&nbsp;------------------
>> >> 发件人:                                                                                                                        "dev"                                                                                    <lingmiao@apache.org&gt;;
>> >> 发送时间:&nbsp;2020年10月28日(星期三) 下午4:48
>> >> 收件人:&nbsp;"dev"<dev@doris.apache.org&gt;;
>> >>
>> >> 主题:&nbsp;Re: [Proposal] Put some dependencies in our maintenance repo
>> >>
>> >>
>> >>
>> >> Hi Duo,
>> >>
>> >> I found another dependency package with similar functions, let's see if I
>> >> can replace it.
>> >>
>> >> Regarding the question of Calcite, we have previously investigated Calcite
>> >> for Doris to optimize the query framework.
>> >> After the evaluation, it is found that the access cost may be similar to
>> >> the reconstruction of the entire query framework , so it is a long-term
>> >> work in the future.
>> >>
>> >> Ling Miao
>> >>
>> >>
>> >> 张铎(Duo Zhang) <palomino219@gmail.com&gt; 于2020年10月27日周二 下午9:53写道:
>> >>
>> >> &gt; Could be a long term solution? Is there any other reason which prevents us
>> >> &gt; using Calcite?
>> >> &gt;
>> >> &gt; ling miao <lingmiao@apache.org&gt; 于2020年10月27日周二 下午8:02写道:
>> >> &gt;
>> >> &gt; &gt; Hi Duo,
>> >> &gt; &gt;
>> >> &gt; &gt; Using calcite directly will definitely not work, which means that the
>> >> &gt; query
>> >> &gt; &gt; analysis + planning are rewritten.
>> >> &gt; &gt; But&nbsp; maybe we can use other parser tools to replace it, or something
>> >> &gt; &gt; similar.
>> >> &gt; &gt; However, it is estimated that the amount of change for this solution.
>> >> &gt; &gt; ...(。•ˇ‸ˇ•。)
>> >> &gt; &gt; ...
>> >> &gt; &gt;
>> >> &gt; &gt; Ling Miao
>> >> &gt; &gt;
>> >> &gt; &gt; 张铎(Duo Zhang) <palomino219@gmail.com&gt; 于2020年10月27日周二 下午6:34写道:
>> >> &gt; &gt;
>> >> &gt; &gt; &gt; I think this is used to generate the SQL parser? Is it possible to use
>> >> &gt; &gt; &gt; Calcite directly?
>> >> &gt; &gt; &gt;
>> >> &gt; &gt; &gt; ling miao <lingmiao@apache.org&gt; 于2020年10月26日周一 下午7:38写道:
>> >> &gt; &gt; &gt;
>> >> &gt; &gt; &gt; &gt; Hi,
>> >> &gt; &gt; &gt; &gt;
>> >> &gt; &gt; &gt; &gt; Currently, some fe dependencies that we rely on are not in the maven
>> >> &gt; &gt; &gt; repo.
>> >> &gt; &gt; &gt; &gt; For example, cup-maven-plugin and java-cup are located at the
>> >> &gt; Cloudera
>> >> &gt; &gt; &gt; &gt; 3rd-P.
>> >> &gt; &gt; &gt; &gt; This will lead to the risk that our code will not be compiled when
>> >> &gt; the
>> >> &gt; &gt; &gt; &gt; third-party repo changes.
>> >> &gt; &gt; &gt; &gt;
>> >> &gt; &gt; &gt; &gt; I have also tried whether it is possible to replace these
>> >> &gt; dependencies
>> >> &gt; &gt; &gt; &gt; with other packages or versions, but unfortunately the only thing we
>> >> &gt; &gt; can
>> >> &gt; &gt; &gt; &gt; use at the moment is this.
>> >> &gt; &gt; &gt; &gt;
>> >> &gt; &gt; &gt; &gt; So I propose whether we can maintain these jar packages in our own
>> >> &gt; repo
>> >> &gt; &gt; &gt; to
>> >> &gt; &gt; &gt; &gt; ensure that they can be found every time we compile?
>> >> &gt; &gt; &gt; &gt;
>> >> &gt; &gt; &gt; &gt; Or do you have any better solutions?
>> >> &gt; &gt; &gt; &gt;
>> >> &gt; &gt; &gt; &gt; Ling Miao
>> >> &gt; &gt; &gt; &gt;
>> >> &gt; &gt; &gt;
>> >> &gt; &gt;
>> >> &gt;
>> >
>> >---------------------------------------------------------------------
>> >To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
>> >For additional commands, e-mail: dev-help@doris.apache.org
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
>For additional commands, e-mail: dev-help@doris.apache.org

Re: Re: [Proposal] Put some dependencies in our maintenance repo

Posted by Willem Jiang <wi...@gmail.com>.
Please let us know if there is any news about it :)

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Wed, Nov 4, 2020 at 9:21 PM 陈明雨 <mo...@163.com> wrote:
>
> > Can you send an email to the cloudera maintenance team to explain this situation, and hope they will submit this to the central warehouse of maven
>
> That is a good idea!
>
>
>
> --
>
> 此致!Best Regards
> 陈明雨 Mingyu Chen
>
> Email:
> chenmingyu@apache.org
>
>
>
>
>
> 在 2020-11-03 17:13:09,"Willem Jiang" <wi...@gmail.com> 写道:
> >+1 for it.
> >It could save us lots of time by working with the upstream :)
> >
> >Willem Jiang
> >
> >Twitter: willemjiang
> >Weibo: 姜宁willem
> >
> >On Tue, Nov 3, 2020 at 3:49 PM 41108453 <41...@qq.com> wrote:
> >>
> >> Can you send an email to the cloudera maintenance team to explain this situation, and hope they will submit this to the central warehouse of maven
> >>
> >>
> >>
> >>
> >> ------------------&nbsp;原始邮件&nbsp;------------------
> >> 发件人:                                                                                                                        "dev"                                                                                    <lingmiao@apache.org&gt;;
> >> 发送时间:&nbsp;2020年10月28日(星期三) 下午4:48
> >> 收件人:&nbsp;"dev"<dev@doris.apache.org&gt;;
> >>
> >> 主题:&nbsp;Re: [Proposal] Put some dependencies in our maintenance repo
> >>
> >>
> >>
> >> Hi Duo,
> >>
> >> I found another dependency package with similar functions, let's see if I
> >> can replace it.
> >>
> >> Regarding the question of Calcite, we have previously investigated Calcite
> >> for Doris to optimize the query framework.
> >> After the evaluation, it is found that the access cost may be similar to
> >> the reconstruction of the entire query framework , so it is a long-term
> >> work in the future.
> >>
> >> Ling Miao
> >>
> >>
> >> 张铎(Duo Zhang) <palomino219@gmail.com&gt; 于2020年10月27日周二 下午9:53写道:
> >>
> >> &gt; Could be a long term solution? Is there any other reason which prevents us
> >> &gt; using Calcite?
> >> &gt;
> >> &gt; ling miao <lingmiao@apache.org&gt; 于2020年10月27日周二 下午8:02写道:
> >> &gt;
> >> &gt; &gt; Hi Duo,
> >> &gt; &gt;
> >> &gt; &gt; Using calcite directly will definitely not work, which means that the
> >> &gt; query
> >> &gt; &gt; analysis + planning are rewritten.
> >> &gt; &gt; But&nbsp; maybe we can use other parser tools to replace it, or something
> >> &gt; &gt; similar.
> >> &gt; &gt; However, it is estimated that the amount of change for this solution.
> >> &gt; &gt; ...(。•ˇ‸ˇ•。)
> >> &gt; &gt; ...
> >> &gt; &gt;
> >> &gt; &gt; Ling Miao
> >> &gt; &gt;
> >> &gt; &gt; 张铎(Duo Zhang) <palomino219@gmail.com&gt; 于2020年10月27日周二 下午6:34写道:
> >> &gt; &gt;
> >> &gt; &gt; &gt; I think this is used to generate the SQL parser? Is it possible to use
> >> &gt; &gt; &gt; Calcite directly?
> >> &gt; &gt; &gt;
> >> &gt; &gt; &gt; ling miao <lingmiao@apache.org&gt; 于2020年10月26日周一 下午7:38写道:
> >> &gt; &gt; &gt;
> >> &gt; &gt; &gt; &gt; Hi,
> >> &gt; &gt; &gt; &gt;
> >> &gt; &gt; &gt; &gt; Currently, some fe dependencies that we rely on are not in the maven
> >> &gt; &gt; &gt; repo.
> >> &gt; &gt; &gt; &gt; For example, cup-maven-plugin and java-cup are located at the
> >> &gt; Cloudera
> >> &gt; &gt; &gt; &gt; 3rd-P.
> >> &gt; &gt; &gt; &gt; This will lead to the risk that our code will not be compiled when
> >> &gt; the
> >> &gt; &gt; &gt; &gt; third-party repo changes.
> >> &gt; &gt; &gt; &gt;
> >> &gt; &gt; &gt; &gt; I have also tried whether it is possible to replace these
> >> &gt; dependencies
> >> &gt; &gt; &gt; &gt; with other packages or versions, but unfortunately the only thing we
> >> &gt; &gt; can
> >> &gt; &gt; &gt; &gt; use at the moment is this.
> >> &gt; &gt; &gt; &gt;
> >> &gt; &gt; &gt; &gt; So I propose whether we can maintain these jar packages in our own
> >> &gt; repo
> >> &gt; &gt; &gt; to
> >> &gt; &gt; &gt; &gt; ensure that they can be found every time we compile?
> >> &gt; &gt; &gt; &gt;
> >> &gt; &gt; &gt; &gt; Or do you have any better solutions?
> >> &gt; &gt; &gt; &gt;
> >> &gt; &gt; &gt; &gt; Ling Miao
> >> &gt; &gt; &gt; &gt;
> >> &gt; &gt; &gt;
> >> &gt; &gt;
> >> &gt;
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
> >For additional commands, e-mail: dev-help@doris.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org


Re:Re: [Proposal] Put some dependencies in our maintenance repo

Posted by 陈明雨 <mo...@163.com>.
> Can you send an email to the cloudera maintenance team to explain this situation, and hope they will submit this to the central warehouse of maven

That is a good idea!



--

此致!Best Regards
陈明雨 Mingyu Chen

Email:
chenmingyu@apache.org





在 2020-11-03 17:13:09,"Willem Jiang" <wi...@gmail.com> 写道:
>+1 for it.
>It could save us lots of time by working with the upstream :)
>
>Willem Jiang
>
>Twitter: willemjiang
>Weibo: 姜宁willem
>
>On Tue, Nov 3, 2020 at 3:49 PM 41108453 <41...@qq.com> wrote:
>>
>> Can you send an email to the cloudera maintenance team to explain this situation, and hope they will submit this to the central warehouse of maven
>>
>>
>>
>>
>> ------------------&nbsp;原始邮件&nbsp;------------------
>> 发件人:                                                                                                                        "dev"                                                                                    <lingmiao@apache.org&gt;;
>> 发送时间:&nbsp;2020年10月28日(星期三) 下午4:48
>> 收件人:&nbsp;"dev"<dev@doris.apache.org&gt;;
>>
>> 主题:&nbsp;Re: [Proposal] Put some dependencies in our maintenance repo
>>
>>
>>
>> Hi Duo,
>>
>> I found another dependency package with similar functions, let's see if I
>> can replace it.
>>
>> Regarding the question of Calcite, we have previously investigated Calcite
>> for Doris to optimize the query framework.
>> After the evaluation, it is found that the access cost may be similar to
>> the reconstruction of the entire query framework , so it is a long-term
>> work in the future.
>>
>> Ling Miao
>>
>>
>> 张铎(Duo Zhang) <palomino219@gmail.com&gt; 于2020年10月27日周二 下午9:53写道:
>>
>> &gt; Could be a long term solution? Is there any other reason which prevents us
>> &gt; using Calcite?
>> &gt;
>> &gt; ling miao <lingmiao@apache.org&gt; 于2020年10月27日周二 下午8:02写道:
>> &gt;
>> &gt; &gt; Hi Duo,
>> &gt; &gt;
>> &gt; &gt; Using calcite directly will definitely not work, which means that the
>> &gt; query
>> &gt; &gt; analysis + planning are rewritten.
>> &gt; &gt; But&nbsp; maybe we can use other parser tools to replace it, or something
>> &gt; &gt; similar.
>> &gt; &gt; However, it is estimated that the amount of change for this solution.
>> &gt; &gt; ...(。•ˇ‸ˇ•。)
>> &gt; &gt; ...
>> &gt; &gt;
>> &gt; &gt; Ling Miao
>> &gt; &gt;
>> &gt; &gt; 张铎(Duo Zhang) <palomino219@gmail.com&gt; 于2020年10月27日周二 下午6:34写道:
>> &gt; &gt;
>> &gt; &gt; &gt; I think this is used to generate the SQL parser? Is it possible to use
>> &gt; &gt; &gt; Calcite directly?
>> &gt; &gt; &gt;
>> &gt; &gt; &gt; ling miao <lingmiao@apache.org&gt; 于2020年10月26日周一 下午7:38写道:
>> &gt; &gt; &gt;
>> &gt; &gt; &gt; &gt; Hi,
>> &gt; &gt; &gt; &gt;
>> &gt; &gt; &gt; &gt; Currently, some fe dependencies that we rely on are not in the maven
>> &gt; &gt; &gt; repo.
>> &gt; &gt; &gt; &gt; For example, cup-maven-plugin and java-cup are located at the
>> &gt; Cloudera
>> &gt; &gt; &gt; &gt; 3rd-P.
>> &gt; &gt; &gt; &gt; This will lead to the risk that our code will not be compiled when
>> &gt; the
>> &gt; &gt; &gt; &gt; third-party repo changes.
>> &gt; &gt; &gt; &gt;
>> &gt; &gt; &gt; &gt; I have also tried whether it is possible to replace these
>> &gt; dependencies
>> &gt; &gt; &gt; &gt; with other packages or versions, but unfortunately the only thing we
>> &gt; &gt; can
>> &gt; &gt; &gt; &gt; use at the moment is this.
>> &gt; &gt; &gt; &gt;
>> &gt; &gt; &gt; &gt; So I propose whether we can maintain these jar packages in our own
>> &gt; repo
>> &gt; &gt; &gt; to
>> &gt; &gt; &gt; &gt; ensure that they can be found every time we compile?
>> &gt; &gt; &gt; &gt;
>> &gt; &gt; &gt; &gt; Or do you have any better solutions?
>> &gt; &gt; &gt; &gt;
>> &gt; &gt; &gt; &gt; Ling Miao
>> &gt; &gt; &gt; &gt;
>> &gt; &gt; &gt;
>> &gt; &gt;
>> &gt;
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
>For additional commands, e-mail: dev-help@doris.apache.org

Re: [Proposal] Put some dependencies in our maintenance repo

Posted by Willem Jiang <wi...@gmail.com>.
+1 for it.
It could save us lots of time by working with the upstream :)

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Tue, Nov 3, 2020 at 3:49 PM 41108453 <41...@qq.com> wrote:
>
> Can you send an email to the cloudera maintenance team to explain this situation, and hope they will submit this to the central warehouse of maven
>
>
>
>
> ------------------&nbsp;原始邮件&nbsp;------------------
> 发件人:                                                                                                                        "dev"                                                                                    <lingmiao@apache.org&gt;;
> 发送时间:&nbsp;2020年10月28日(星期三) 下午4:48
> 收件人:&nbsp;"dev"<dev@doris.apache.org&gt;;
>
> 主题:&nbsp;Re: [Proposal] Put some dependencies in our maintenance repo
>
>
>
> Hi Duo,
>
> I found another dependency package with similar functions, let's see if I
> can replace it.
>
> Regarding the question of Calcite, we have previously investigated Calcite
> for Doris to optimize the query framework.
> After the evaluation, it is found that the access cost may be similar to
> the reconstruction of the entire query framework , so it is a long-term
> work in the future.
>
> Ling Miao
>
>
> 张铎(Duo Zhang) <palomino219@gmail.com&gt; 于2020年10月27日周二 下午9:53写道:
>
> &gt; Could be a long term solution? Is there any other reason which prevents us
> &gt; using Calcite?
> &gt;
> &gt; ling miao <lingmiao@apache.org&gt; 于2020年10月27日周二 下午8:02写道:
> &gt;
> &gt; &gt; Hi Duo,
> &gt; &gt;
> &gt; &gt; Using calcite directly will definitely not work, which means that the
> &gt; query
> &gt; &gt; analysis + planning are rewritten.
> &gt; &gt; But&nbsp; maybe we can use other parser tools to replace it, or something
> &gt; &gt; similar.
> &gt; &gt; However, it is estimated that the amount of change for this solution.
> &gt; &gt; ...(。•ˇ‸ˇ•。)
> &gt; &gt; ...
> &gt; &gt;
> &gt; &gt; Ling Miao
> &gt; &gt;
> &gt; &gt; 张铎(Duo Zhang) <palomino219@gmail.com&gt; 于2020年10月27日周二 下午6:34写道:
> &gt; &gt;
> &gt; &gt; &gt; I think this is used to generate the SQL parser? Is it possible to use
> &gt; &gt; &gt; Calcite directly?
> &gt; &gt; &gt;
> &gt; &gt; &gt; ling miao <lingmiao@apache.org&gt; 于2020年10月26日周一 下午7:38写道:
> &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; Hi,
> &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; Currently, some fe dependencies that we rely on are not in the maven
> &gt; &gt; &gt; repo.
> &gt; &gt; &gt; &gt; For example, cup-maven-plugin and java-cup are located at the
> &gt; Cloudera
> &gt; &gt; &gt; &gt; 3rd-P.
> &gt; &gt; &gt; &gt; This will lead to the risk that our code will not be compiled when
> &gt; the
> &gt; &gt; &gt; &gt; third-party repo changes.
> &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; I have also tried whether it is possible to replace these
> &gt; dependencies
> &gt; &gt; &gt; &gt; with other packages or versions, but unfortunately the only thing we
> &gt; &gt; can
> &gt; &gt; &gt; &gt; use at the moment is this.
> &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; So I propose whether we can maintain these jar packages in our own
> &gt; repo
> &gt; &gt; &gt; to
> &gt; &gt; &gt; &gt; ensure that they can be found every time we compile?
> &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; Or do you have any better solutions?
> &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; Ling Miao
> &gt; &gt; &gt; &gt;
> &gt; &gt; &gt;
> &gt; &gt;
> &gt;

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org