Re: [I] Issue on docs [doris-website]

2026-05-10 Thread via GitHub


Manas756 commented on issue #3592:
URL: https://github.com/apache/doris-website/issues/3592#issuecomment-4417533021

   Fixed issue #3592 and added the proof of it Completely with how's the system 
is working. Maintainer please Just go through it and needed any changes please 
share it with me.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2026-04-27 Thread via GitHub


yuanyong001 commented on issue #3592:
URL: https://github.com/apache/doris-website/issues/3592#issuecomment-4327909666

   create table sink_(
ID INT,
AGE STRING NULL,
SEX STRING NULL,
ADDRESS STRING NULL,
PRIMARY KEY(ID) NOT ENFORCED
) WITH (
'connector' = 'doris',
'fenodes' = '192.168.21.96:8030',
'table.identifier' = 'rt_ods.ods_atz_t_no_log',
'username' = 'root',
'password' = 'abc123',
'sink.properties.format' = 'json',
'sink.properties.read_json_by_line' = 'true',
'sink.properties.escape_delimiters' = 'true',
-- Sink 配置
'sink.label-prefix' = 'oracle-sync-job-ogg-v6461114',
'sink.enable-delete' = 'true',
'sink.enable-2pc' = 'true',
-- 保留灵活部分列更新
'sink.properties.unique_key_update_mode' = 'UPDATE_FLEXIBLE_COLUMNS'
);
   create table sink_aaa


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2026-02-11 Thread via GitHub


dataroaring closed issue #3321: Issue on docs
URL: https://github.com/apache/doris-website/issues/3321


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2026-02-09 Thread via GitHub


Xudong0722 commented on issue #:
URL: https://github.com/apache/doris-website/issues/#issuecomment-3875972111

   @KrishKyada  Sorry, I have no permission to assign this issue to you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2026-02-09 Thread via GitHub


Arcticli commented on issue #3357:
URL: https://github.com/apache/doris-website/issues/3357#issuecomment-3875570428

   https://github.com/user-attachments/assets/7fd92535-9266-4795-bcf8-4c98caba9822";
 />
   
   https://github.com/user-attachments/assets/a4c9c584-48c9-49eb-a167-b5bdce996bd4";
 />


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2026-02-07 Thread via GitHub


KrishKyada commented on issue #:
URL: https://github.com/apache/doris-website/issues/#issuecomment-3864632296

   I want to work on this Issue.
   Can you please assign it to me
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2026-02-03 Thread via GitHub


chenhan199207 commented on issue #3332:
URL: https://github.com/apache/doris-website/issues/3332#issuecomment-3845585458

   https://github.com/user-attachments/assets/831e6fd9-4f09-41a6-8f3c-ae38f3fcb3fc";
 />
   说实话,下面的这个例子着实难以理解,感觉各种问题有点多


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2026-01-27 Thread via GitHub


nebois commented on issue #3269:
URL: https://github.com/apache/doris-website/issues/3269#issuecomment-3803950433

   > [@nebois](https://github.com/nebois) I may be misunderstanding the issue , 
could you please clarify whether the problem is that the Logstash output 
examples are using port 8630 instead of the expected 8030? If there are other 
related changes required, I’d appreciate your guidance.
   
   Yes, actually these ports here are HTTP ports, which are 8030 by default. If 
someone uses 8630 in the Logstash config file, it will cause an error. I guess 
8630 is the doc author's customized port.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2026-01-23 Thread via GitHub


sanjana2505006 commented on issue #3269:
URL: https://github.com/apache/doris-website/issues/3269#issuecomment-3789943836

   @nebois I may be misunderstanding the issue , could you please clarify 
whether the problem is that the Logstash output examples are using port 8630 
instead of the expected 8030? If there are other related changes required, I’d 
appreciate your guidance.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2026-01-04 Thread via GitHub


plchy2 commented on issue #2734:
URL: https://github.com/apache/doris-website/issues/2734#issuecomment-3709171005

   I can reproduce this on Doris 3.0: count_substrings is documented but not 
available at runtime. I will verify version support and submit a documentation 
fix accordingly.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2026-01-04 Thread via GitHub


SRV-KILLER09 commented on issue #3232:
URL: https://github.com/apache/doris-website/issues/3232#issuecomment-3708256080

   Hi there! I’d love to contribute by fixing this documentation issue.
   Is it still open to work on?
   
   Looking forward to submitting a helpful PR soon!
   Thanks a lot!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2026-01-04 Thread via GitHub


yiguolei closed issue #3073: Issue on docs
URL: https://github.com/apache/doris-website/issues/3073


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2026-01-04 Thread via GitHub


yiguolei commented on issue #3073:
URL: https://github.com/apache/doris-website/issues/3073#issuecomment-3707892395

   fixed


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-12-13 Thread via GitHub


plchy2 commented on issue #3073:
URL: https://github.com/apache/doris-website/issues/3073#issuecomment-3650428808

   Hello, thank you for reporting this issue.
   I noticed the description and example are inconsistent.
   I would like to fix the documentation to make them consistent.
   Could you please confirm whether ARRAY_SIZE(NULL) should return NULL or 1?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-12-08 Thread via GitHub


codervipul775 commented on issue #2881:
URL: https://github.com/apache/doris-website/issues/2881#issuecomment-3626848612

   hey @iszhangsc ,  I want to work on this issue. Can you please assign it to 
me.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-12-08 Thread via GitHub


uchenily commented on issue #2881:
URL: https://github.com/apache/doris-website/issues/2881#issuecomment-3626649119

   I'm sorry but only issue owner can do this. @iszhangsc 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-12-08 Thread via GitHub


codervipul775 commented on issue #2881:
URL: https://github.com/apache/doris-website/issues/2881#issuecomment-3626233816

   Hey @uchenily , I want to work on this issue. Can you please assign it to me.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-12-07 Thread via GitHub


codervipul775 commented on issue #2881:
URL: https://github.com/apache/doris-website/issues/2881#issuecomment-3621980171

   Hey @morningman , I want to work on this issue. Can you please assign it to 
me.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-12-06 Thread via GitHub


O-sama12 commented on issue #2728:
URL: https://github.com/apache/doris-website/issues/2728#issuecomment-3621726769

   Hi @juruo-c 
   I have fix this issue by replacing the broken download maven link with newer 
ones, if you are codebase manager please look into #3161 as build check is 
waiting for approval by maintainer. 
   You can ping me if there exist an issue with my pr and I'll solve it. 
   With regards
   @O-sama12


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-11-23 Thread via GitHub


dominoTao closed issue #3080: Issue on docs
URL: https://github.com/apache/doris-website/issues/3080


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-11-23 Thread via GitHub


dominoTao closed issue #3082: Issue on docs
URL: https://github.com/apache/doris-website/issues/3082


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-11-21 Thread via GitHub


SatyamKumarCS commented on issue #3082:
URL: https://github.com/apache/doris-website/issues/3082#issuecomment-3562669256

   Hi! 👋
   I’d like to work on this issue.
   The limitation description for the ZoneMap index seems incorrect, and I can 
update it to reflect the accurate behavior.
   Could you please assign this issue to me?
   
   Thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-11-12 Thread via GitHub


dominoTao commented on issue #3080:
URL: https://github.com/apache/doris-website/issues/3080#issuecomment-3520420685

   1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-10-18 Thread via GitHub


yiguolei closed issue #2933: Issue on docs
URL: https://github.com/apache/doris-website/issues/2933


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-10-17 Thread via GitHub


aryash45 commented on issue #2933:
URL: https://github.com/apache/doris-website/issues/2933#issuecomment-3373316422

   @buildupchao please review it
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-09-01 Thread via GitHub


Subham-KRLX commented on issue #2821:
URL: https://github.com/apache/doris-website/issues/2821#issuecomment-3241811944

   Hey @oceanrivers, I can see exactly what you mean about the version 
confusion. Looking at the screenshots one section mentions write-time merging 
has been available since version 1.2 while another part says it's been the 
default since version 2.1. This kind of inconsistency definitely trips up users 
who are trying to understand when features actually became available. We should 
probably dig into the release notes to figure out which version is actually 
correct then update both sections to match. It's a pretty straightforward 
documentation fix once we nail down the facts. Happy to help research this if 
you want to tackle it together.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-09-01 Thread via GitHub


oceanrivers commented on issue #2821:
URL: https://github.com/apache/doris-website/issues/2821#issuecomment-3241371183

   > [@oceanrivers](https://github.com/oceanrivers) , I would like to work on 
this issue can you please assign this issue to me.
   
   https://github.com/user-attachments/assets/8e2e0d08-76ad-4726-9e72-ec9e1c9cd2c9";
 />
   
   https://github.com/user-attachments/assets/74eb0c35-88f2-4837-9062-26e7310e9969";
 />


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-09-01 Thread via GitHub


Subham-KRLX commented on issue #2821:
URL: https://github.com/apache/doris-website/issues/2821#issuecomment-3241228674

   @oceanrivers , I would like to work on this issue can you please assign this 
issue to me.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-08-18 Thread via GitHub


lcy-lzf closed issue #2763: Issue on docs
URL: https://github.com/apache/doris-website/issues/2763


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-06-24 Thread via GitHub


KassieZ commented on issue #2547:
URL: https://github.com/apache/doris-website/issues/2547#issuecomment-2999678204

   感谢提问。有关技术问题,可以前往 [Doris 中文论坛](https://doris-forum.org.cn/), 有社区专人支持解答


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-05-19 Thread via GitHub


KassieZ commented on issue #2360:
URL: https://github.com/apache/doris-website/issues/2360#issuecomment-2892748258

   感谢反馈,将尽快处理。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-23 Thread via GitHub


footmanai commented on issue #2285:
URL: https://github.com/apache/doris-website/issues/2285#issuecomment-2826227614

   不止mysql,试过其他数据库也是comment没有数据(hana,oracle)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-22 Thread via GitHub


yuanyuan8983 commented on issue #2262:
URL: https://github.com/apache/doris-website/issues/2262#issuecomment-2823005048

   Error response from daemon: pull access denied
   
   It may be necessary to access through an agent.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-22 Thread via GitHub


yuanyuan8983 commented on issue #2312:
URL: https://github.com/apache/doris-website/issues/2312#issuecomment-2823001623

   min_by的最小值和关联值相关联,如果最小值有多个,那么会返回第一个最小值的关联值,如果这个用法不满足场景,可以通过窗口函数 ROW_NUMBER 
来明确排序规则,或者使用 min 函数作为过滤条件查询


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-22 Thread via GitHub


yuanyuan8983 commented on issue #2294:
URL: https://github.com/apache/doris-website/issues/2294#issuecomment-2822986645

   需要提供下 doris 的具体版本,一般情况下 create databas 这种操作一般是轻量级的操作,可能是FE 
哪里阻塞了,如果能稳定复现的话,通过 jstack 收集一个 TreadDump 看看了,你可以加我微信,我们一起看看:Liyy_222_8993


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-22 Thread via GitHub


yuanyuan8983 commented on issue #2292:
URL: https://github.com/apache/doris-website/issues/2292#issuecomment-2822983061

   这个看着是image 没有 pull 成功呀,可能服务器得做个代理  https://hub.docker.com/r/apache/doris/tags
   
   https://github.com/user-attachments/assets/64231077-f472-4063-99a9-290fe2671dc9";
 />


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-22 Thread via GitHub


KassieZ closed issue #2162: Issue on docs
URL: https://github.com/apache/doris-website/issues/2162


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-22 Thread via GitHub


KassieZ closed issue #2204: Issue on docs
URL: https://github.com/apache/doris-website/issues/2204


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-22 Thread via GitHub


KassieZ closed issue #2257: Issue on docs
URL: https://github.com/apache/doris-website/issues/2257


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-22 Thread via GitHub


KassieZ closed issue #2208: Issue on docs
URL: https://github.com/apache/doris-website/issues/2208


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-22 Thread via GitHub


KassieZ commented on issue #2268:
URL: https://github.com/apache/doris-website/issues/2268#issuecomment-2822959388

   
已更新:https://doris.apache.org/zh-CN/docs/3.0/sql-manual/sql-statements/cluster-management/storage-management/ALTER-STORAGE-VAULT


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-22 Thread via GitHub


KassieZ closed issue #2268: Issue on docs
URL: https://github.com/apache/doris-website/issues/2268


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-22 Thread via GitHub


KassieZ closed issue #2275: Issue on docs
URL: https://github.com/apache/doris-website/issues/2275


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-22 Thread via GitHub


KassieZ commented on issue #2275:
URL: https://github.com/apache/doris-website/issues/2275#issuecomment-2822956793

   已修改


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-22 Thread via GitHub


KassieZ commented on issue #2292:
URL: https://github.com/apache/doris-website/issues/2292#issuecomment-2822955514

   正在和社区技术支持同学确认问题,后续如果有疑问可前往 [Doris 
中文技术论坛](https://github.com/apache/doris-website/issues/doris-forum.org) 
提问,有专人支持解答


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-22 Thread via GitHub


KassieZ commented on issue #2294:
URL: https://github.com/apache/doris-website/issues/2294#issuecomment-2822954675

   正在和社区技术支持同学确认问题,后续如果有疑问可前往 [Doris 
中文技术论坛](https://github.com/apache/doris-website/issues/doris-forum.org) 
提问,有专人支持解答


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-22 Thread via GitHub


KassieZ commented on issue #2312:
URL: https://github.com/apache/doris-website/issues/2312#issuecomment-2822954213

   正在和社区技术支持同学确认问题,后续如果有疑问可前往 [Doris 中文技术论坛](doris-forum.org) 提问,有专人支持解答


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-22 Thread via GitHub


yuanyuan8983 commented on issue #2285:
URL: https://github.com/apache/doris-website/issues/2285#issuecomment-2822949706

   这个问题是通过arrow flight sql 去连接Doris,通过 mysql catalog 查询mysql 下的表,comment 
没数据?是这样吗


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-22 Thread via GitHub


KassieZ closed issue #2289: Issue on docs
URL: https://github.com/apache/doris-website/issues/2289


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-22 Thread via GitHub


KassieZ commented on issue #2289:
URL: https://github.com/apache/doris-website/issues/2289#issuecomment-2822947248

   感谢反馈,已更新。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-16 Thread via GitHub


Nthin closed issue #2199: Issue on docs
URL: https://github.com/apache/doris-website/issues/2199


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-11 Thread via GitHub


KassieZ closed issue #2149: Issue on docs
URL: https://github.com/apache/doris-website/issues/2149


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-10 Thread via GitHub


KassieZ commented on issue #2275:
URL: https://github.com/apache/doris-website/issues/2275#issuecomment-2795787078

   感谢反馈,会尽快修改


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-10 Thread via GitHub


KassieZ commented on issue #2268:
URL: https://github.com/apache/doris-website/issues/2268#issuecomment-2795786358

   支持,这里文档有问题。感谢反馈,我们尽快修改


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-10 Thread via GitHub


KassieZ commented on issue #2257:
URL: https://github.com/apache/doris-website/issues/2257#issuecomment-2795761592

   thank you for the feedback, will fix it ASAP


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-10 Thread via GitHub


KassieZ commented on issue #2254:
URL: https://github.com/apache/doris-website/issues/2254#issuecomment-2795767887

   Thank you for the feedback,will check with engineers


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-10 Thread via GitHub


KassieZ commented on issue #2208:
URL: https://github.com/apache/doris-website/issues/2208#issuecomment-2795741844

   感谢反馈,将尽快修复


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-10 Thread via GitHub


KassieZ commented on issue #2162:
URL: https://github.com/apache/doris-website/issues/2162#issuecomment-2795724675

   Thank you for the feedback, will fix it ASAP


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-10 Thread via GitHub


KassieZ closed issue #2208: Issue on docs
URL: https://github.com/apache/doris-website/issues/2208


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-10 Thread via GitHub


KassieZ commented on issue #2204:
URL: https://github.com/apache/doris-website/issues/2204#issuecomment-2795740775

   收到反馈,会尽快修复


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-10 Thread via GitHub


KassieZ commented on issue #2199:
URL: https://github.com/apache/doris-website/issues/2199#issuecomment-2795738117

   Hi , PR has been approved, thank you for the contribution


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-10 Thread via GitHub


KassieZ commented on issue #2160:
URL: https://github.com/apache/doris-website/issues/2160#issuecomment-2795714680

   Hi, thank you for the feedback, will double check with engineer and fix it 
ASAP


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-10 Thread via GitHub


KassieZ commented on issue #2154:
URL: https://github.com/apache/doris-website/issues/2154#issuecomment-2795711800

   你好,报错问题可以前往 [Doris 中文论坛](ask.selectdb.com) 讨论,社区会有专人解答


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-10 Thread via GitHub


morningman closed issue #2058: Issue on docs
URL: https://github.com/apache/doris-website/issues/2058


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-10 Thread via GitHub


morningman closed issue #1936: Issue on docs
URL: https://github.com/apache/doris-website/issues/1936


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-07 Thread via GitHub


morningman closed issue #2058: Issue on docs
URL: https://github.com/apache/doris-website/issues/2058


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-04-07 Thread via GitHub


morningman closed issue #1973: Issue on docs
URL: https://github.com/apache/doris-website/issues/1973


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-03-11 Thread via GitHub


KassieZ commented on issue #2149:
URL: https://github.com/apache/doris-website/issues/2149#issuecomment-2712572549

   感谢反馈,将同步研发同学检查并尽快修改。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-03-10 Thread via GitHub


KassieZ commented on issue #2142:
URL: https://github.com/apache/doris-website/issues/2142#issuecomment-2712569142

   好的,感谢反馈。将尽快处理


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ closed issue #1995: Issue on docs
URL: https://github.com/apache/doris-website/issues/1995


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ closed issue #1978: Issue on docs
URL: https://github.com/apache/doris-website/issues/1978


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ closed issue #2089: issue on docs
URL: https://github.com/apache/doris-website/issues/2089


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ closed issue #2086: Issue on docs
URL: https://github.com/apache/doris-website/issues/2086


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ closed issue #2030: Issue on docs
URL: https://github.com/apache/doris-website/issues/2030


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ commented on issue #1031:
URL: https://github.com/apache/doris-website/issues/1031#issuecomment-2674108769

   The documentation has been refactored, please have a look: 
   
https://doris.apache.org/docs/3.0/table-design/schema-change?_highlight=schema#rename-column


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ commented on issue #2086:
URL: https://github.com/apache/doris-website/issues/2086#issuecomment-2674073977

   For question 1, the statistics documentation is currently undergoing 
refactory and will be available on the official website soon.
   For question 2, has fixed it, 
https://github.com/apache/doris-website/pull/2099


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ commented on issue #1266:
URL: https://github.com/apache/doris-website/issues/1266#issuecomment-2674155692

   Hi, the issue have been fixed it. please check again


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ closed issue #1899: Issue on docs
URL: https://github.com/apache/doris-website/issues/1899


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ commented on issue #1899:
URL: https://github.com/apache/doris-website/issues/1899#issuecomment-2674206264

   Hi,the statement has been fixed it. please check again


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ commented on issue #1429:
URL: https://github.com/apache/doris-website/issues/1429#issuecomment-2674183592

   Deadlink has been fixed, please check again


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ closed issue #1640: Issue on docs
URL: https://github.com/apache/doris-website/issues/1640


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ commented on issue #1640:
URL: https://github.com/apache/doris-website/issues/1640#issuecomment-2674197758

   The documentation has been refactored, please check again


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ closed issue #1531: Issue on docs
URL: https://github.com/apache/doris-website/issues/1531


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ closed issue #1445: Issue on docs
URL: https://github.com/apache/doris-website/issues/1445


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ commented on issue #1445:
URL: https://github.com/apache/doris-website/issues/1445#issuecomment-2674189800

   Hi, the the documentation has been refactored, please have a look


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ closed issue #1429: Issue on docs
URL: https://github.com/apache/doris-website/issues/1429


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ closed issue #1346: Issue on docs
URL: https://github.com/apache/doris-website/issues/1346


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ commented on issue #1346:
URL: https://github.com/apache/doris-website/issues/1346#issuecomment-2674164376

   Typo has been fixed it, please have a look


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ closed issue #1273: Issue on docs
URL: https://github.com/apache/doris-website/issues/1273


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ closed issue #1122: Issue on docs
URL: https://github.com/apache/doris-website/issues/1122


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ closed issue #1266: Issue on docs
URL: https://github.com/apache/doris-website/issues/1266


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ commented on issue #1233:
URL: https://github.com/apache/doris-website/issues/1233#issuecomment-2674154678

   Hi, the issue has fixed it, please have a look: 
https://github.com/apache/doris-website/pull/2096 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ closed issue #1233: Issue on docs
URL: https://github.com/apache/doris-website/issues/1233


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ closed issue #1203: Issue on docs
URL: https://github.com/apache/doris-website/issues/1203


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ closed issue #1226: Issue on docs
URL: https://github.com/apache/doris-website/issues/1226


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ closed issue #1227: Issue on docs 
URL: https://github.com/apache/doris-website/issues/1227


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ commented on issue #1226:
URL: https://github.com/apache/doris-website/issues/1226#issuecomment-2674136876

   The documentation has been refactored, please have a look : 
https://doris.apache.org/docs/sql-manual/sql-functions/table-valued-functions/hdfs?_highlight=hdfs


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ closed issue #1225: Issue on docs
URL: https://github.com/apache/doris-website/issues/1225


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ commented on issue #2088:
URL: https://github.com/apache/doris-website/issues/2088#issuecomment-2674075900

   Thank you for the feedback, will fix it ASAP


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [I] Issue on docs [doris-website]

2025-02-21 Thread via GitHub


KassieZ closed issue #1143: Issue on docs
URL: https://github.com/apache/doris-website/issues/1143


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



  1   2   >