Re: [PR] [feat](api) add nullable info for api _schema [doris]

2025-01-15 Thread via GitHub
morningman commented on PR #46557: URL: https://github.com/apache/doris/pull/46557#issuecomment-2594636933 This PR will effect spark connector's behavior. Need to modify the spark connector' code to be able to ignore this new field. So do not merge this into 2.1 and 3.0 branch -- Thi

Re: [PR] [feat](api) add nullable info for api _schema [doris]

2025-01-10 Thread via GitHub
yiguolei merged PR #46557: URL: https://github.com/apache/doris/pull/46557 -- 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: commits-unsubscr...@doris.apa

Re: [PR] [feat](api) add nullable info for api _schema [doris]

2025-01-08 Thread via GitHub
github-actions[bot] commented on PR #46557: URL: https://github.com/apache/doris/pull/46557#issuecomment-2577985394 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [feat](api) add nullable info for api _schema [doris]

2025-01-08 Thread via GitHub
github-actions[bot] commented on PR #46557: URL: https://github.com/apache/doris/pull/46557#issuecomment-2577985283 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [feat](api) add nullable info for api _schema [doris]

2025-01-07 Thread via GitHub
cambyzju commented on PR #46557: URL: https://github.com/apache/doris/pull/46557#issuecomment-2576557849 run p0 -- 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 unsubscri

Re: [PR] [feat](api) add nullable info for api _schema [doris]

2025-01-07 Thread via GitHub
doris-robot commented on PR #46557: URL: https://github.com/apache/doris/pull/46557#issuecomment-2575313694 ClickBench: Total hot run time: 31.46 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feat](api) add nullable info for api _schema [doris]

2025-01-07 Thread via GitHub
doris-robot commented on PR #46557: URL: https://github.com/apache/doris/pull/46557#issuecomment-2575304276 TPC-DS: Total hot run time: 196678 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [feat](api) add nullable info for api _schema [doris]

2025-01-07 Thread via GitHub
doris-robot commented on PR #46557: URL: https://github.com/apache/doris/pull/46557#issuecomment-2575280137 TPC-H: Total hot run time: 32922 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [feat](api) add nullable info for api _schema [doris]

2025-01-07 Thread via GitHub
cambyzju commented on PR #46557: URL: https://github.com/apache/doris/pull/46557#issuecomment-2575112156 run buildall -- 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 uns

Re: [PR] [feat](api) add nullable info for api _schema [doris]

2025-01-07 Thread via GitHub
Thearas commented on PR #46557: URL: https://github.com/apache/doris/pull/46557#issuecomment-2575111417 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [feat](api) add nullable info for api _schema [doris]

2025-01-07 Thread via GitHub
cambyzju opened a new pull request, #46557: URL: https://github.com/apache/doris/pull/46557 ### What problem does this PR solve? spark doris connector still use `/api///_schema` api to get column info, here we need nullable information. like information_schema.columns, we add prope