sandynz merged PR #35476:
URL: https://github.com/apache/shardingsphere/pull/35476
--
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: notifications-unsubsc
This is an automated email from the ASF dual-hosted git repository.
zhonghongsheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 5a50d6a88ff Refactor ClickHouse'
The GitHub Actions job "E2E - SQL" on shardingsphere.git/clickhouse has
succeeded.
Run started by GitHub user linghengqian (triggered by linghengqian).
Head commit for run:
83f70bbcbc642b57719bb7b7662e0e12671028b8 / linghengqian
Refactor ClickHouse's nativeTest
Report URL: https://github.com
The GitHub Actions job "NativeTest CI - GraalVM Native Image" on
shardingsphere.git/clickhouse has succeeded.
Run started by GitHub user linghengqian (triggered by linghengqian).
Head commit for run:
83f70bbcbc642b57719bb7b7662e0e12671028b8 / linghengqian
Refactor ClickHouse's nativeTest
Rep
The GitHub Actions job "E2E - SQL" on shardingsphere.git/clickhouse has failed.
Run started by GitHub user linghengqian (triggered by linghengqian).
Head commit for run:
a334ca749fc76d42346155acc19359bd6f2e793a / linghengqian
Refactor ClickHouse's nativeTest
Report URL: https://github.com/apa
The GitHub Actions job "NativeTest CI - GraalVM Native Image" on
shardingsphere.git/clickhouse has failed.
Run started by GitHub user linghengqian (triggered by linghengqian).
Head commit for run:
a334ca749fc76d42346155acc19359bd6f2e793a / linghengqian
Refactor ClickHouse's nativeTest
Report
The GitHub Actions job "Nightly - Check" on shardingsphere.git/master has
failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).
Head commit for run:
dcd34bddee2fbed788a10bae9163af7258e6e1fd / Liang Zhang
Adjust parameter order in InsertStatementContext constructor (#3549
The GitHub Actions job "Nightly - Build" on shardingsphere.git/master has
failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).
Head commit for run:
ebd5c1725a83a6e722c7e0d95f18391e35d8769b / Liang Zhang
Rearrange SelectStatementContext constructor parameters (#35497)
*
The GitHub Actions job "E2E - Operation" on shardingsphere.git/dev has
succeeded.
Run started by GitHub user terrymanu (triggered by terrymanu).
Head commit for run:
67d72918e9b17161df4decec7e018daef09c52c9 / zhangliang
Adjust parameter order in InsertStatementContext constructor
- Reorder co
terrymanu opened a new pull request, #35498:
URL: https://github.com/apache/shardingsphere/pull/35498
- Reorder constructor parameters to improve readability and consistency
- Update related test cases and factories to reflect the new parameter order
- This change does not affect functi
The GitHub Actions job "E2E - SQL" on shardingsphere.git/dev has succeeded.
Run started by GitHub user terrymanu (triggered by terrymanu).
Head commit for run:
02cad8f09ff379092425c9eeefd38cde0d858b30 / zhangliang
Rearrange SelectStatementContext constructor parameters
- Reorder parameters to
The GitHub Actions job "E2E - SQL" on shardingsphere.git/dev has failed.
Run started by GitHub user terrymanu (triggered by terrymanu).
Head commit for run:
a98e2f4731d8f1a1565677d4b41f97d9093a3f9f / zhangliang
Adjust parameter order in InsertStatementContext constructor
- Reorder constructor
This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new dcd34bddee2 Adjust parameter order i
The GitHub Actions job "Nightly - E2E SQL" on shardingsphere.git/master has
failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).
Head commit for run:
68ceb90648f45d8afc1bcec9034c4905c389dcf3 / Liang Zhang
Remove unused parserDatabaseType parameter (#35496)
- Remove par
terrymanu merged PR #35498:
URL: https://github.com/apache/shardingsphere/pull/35498
--
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: notifications-unsub
The GitHub Actions job "E2E - Operation" on shardingsphere.git/dev has failed.
Run started by GitHub user terrymanu (triggered by terrymanu).
Head commit for run:
a98e2f4731d8f1a1565677d4b41f97d9093a3f9f / zhangliang
Adjust parameter order in InsertStatementContext constructor
- Reorder constr
Copilot commented on code in PR #35497:
URL: https://github.com/apache/shardingsphere/pull/35497#discussion_r2104841976
##
infra/binder/core/src/main/java/org/apache/shardingsphere/infra/binder/context/statement/dml/SelectStatementContext.java:
##
@@ -116,14 +116,14 @@ public fi
This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new ebd5c1725a8 Rearrange SelectStatemen
terrymanu merged PR #35497:
URL: https://github.com/apache/shardingsphere/pull/35497
--
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: notifications-unsub
The GitHub Actions job "Required - Check" on shardingsphere.git/dev has
succeeded.
Run started by GitHub user terrymanu (triggered by terrymanu).
Head commit for run:
02cad8f09ff379092425c9eeefd38cde0d858b30 / zhangliang
Rearrange SelectStatementContext constructor parameters
- Reorder parame
The GitHub Actions job "Required - Check" on shardingsphere.git/dev has failed.
Run started by GitHub user terrymanu (triggered by terrymanu).
Head commit for run:
e815ae691c8e5ce17ef5b6fcf112ac54b89fd645 / zhangliang
Rearrange SelectStatementContext constructor parameters
- Reorder parameters
terrymanu opened a new pull request, #35497:
URL: https://github.com/apache/shardingsphere/pull/35497
- Reorder parameters to improve readability and consistency across usage
- Update related test cases and classes to reflect the new constructor
signature
- Adjust subquery context crea
This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 68ceb90648f Remove unused parserData
terrymanu merged PR #35496:
URL: https://github.com/apache/shardingsphere/pull/35496
--
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: notifications-unsub
terrymanu opened a new pull request, #35496:
URL: https://github.com/apache/shardingsphere/pull/35496
- Remove parserDatabaseType parameter from PipelineDDLDecorator methods
- Update method signatures and internal logic to use databaseType instead
- Simplify code by reducing the number
The GitHub Actions job "E2E - SQL" on shardingsphere.git/clickhouse has
succeeded.
Run started by GitHub user linghengqian (triggered by linghengqian).
Head commit for run:
91e8805225573450d9bd51214f4ce851e5cc40b4 / linghengqian
Refactor ClickHouse's nativeTest
Report URL: https://github.com
The GitHub Actions job "NativeTest CI - GraalVM Native Image" on
shardingsphere.git/clickhouse has succeeded.
Run started by GitHub user linghengqian (triggered by linghengqian).
Head commit for run:
91e8805225573450d9bd51214f4ce851e5cc40b4 / linghengqian
Refactor ClickHouse's nativeTest
Rep
The GitHub Actions job "NativeTest CI - GraalVM Native Image" on
shardingsphere.git/clickhouse has failed.
Run started by GitHub user linghengqian (triggered by linghengqian).
Head commit for run:
4912b14bd18b9fd7d7d9fe86e4888f723f107993 / linghengqian
Refactor ClickHouse's nativeTest
Report
The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).
Head commit for run:
13f89b289724140ebbb7dd31e82d52ae6a798740 / Liang Zhang
Add SQLStatementBinderContext.databaseType (#35494)
* Add SQLStatement
The GitHub Actions job "NativeTest CI - GraalVM Native Image" on
shardingsphere.git/clickhouse has failed.
Run started by GitHub user linghengqian (triggered by linghengqian).
Head commit for run:
84efdef4b8d70d1732f8e74e473366885176ec05 / linghengqian
Refactor ClickHouse's nativeTest
Report
This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
from 5a741ac8e41 Remove configuration property key system-log-level (#35493)
add 13f89b28972 Add SQLStatem
terrymanu merged PR #35494:
URL: https://github.com/apache/shardingsphere/pull/35494
--
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: notifications-unsub
The GitHub Actions job "Required - Check" on shardingsphere.git/clickhouse has
succeeded.
Run started by GitHub user linghengqian (triggered by linghengqian).
Head commit for run:
84efdef4b8d70d1732f8e74e473366885176ec05 / linghengqian
Refactor ClickHouse's nativeTest
Report URL: https://git
The GitHub Actions job "E2E - SQL" on shardingsphere.git/improve has failed.
Run started by GitHub user jiangML (triggered by jiangML).
Head commit for run:
de76f0839be9aa79ad212cc197055f9da1e581d8 / jiangML <1060319...@qq.com>
Improve statistics collect job, collect data at startup
Report URL:
The GitHub Actions job "NativeTest CI - GraalVM Native Image" on
shardingsphere.git/clickhouse has failed.
Run started by GitHub user linghengqian (triggered by linghengqian).
Head commit for run:
3d6e46b2bb3b17d278facc9219e68d5d430467cc / linghengqian
Refactor ClickHouse's nativeTest
Report
The GitHub Actions job "CI" on shardingsphere.git/clickhouse has succeeded.
Run started by GitHub user linghengqian (triggered by linghengqian).
Head commit for run:
88b4189024fd4000e71903ea139a686c6d89fb4f / linghengqian
Refactor ClickHouse's nativeTest
Report URL: https://github.com/apache/
The GitHub Actions job "Required - Check" on shardingsphere.git/improve has
failed.
Run started by GitHub user jiangML (triggered by jiangML).
Head commit for run:
de76f0839be9aa79ad212cc197055f9da1e581d8 / jiangML <1060319...@qq.com>
Improve statistics collect job, collect data at startup
Rep
jiangML opened a new pull request, #35495:
URL: https://github.com/apache/shardingsphere/pull/35495
Fixes #ISSUSE_ID.
Changes proposed in this pull request:
- Improve statistics collect job, collect data at startup
---
Before committing this PR, I'm sure that I have
The GitHub Actions job "Required - Check" on shardingsphere.git/dev has
succeeded.
Run started by GitHub user terrymanu (triggered by terrymanu).
Head commit for run:
b4763bfa6e4a1aeb97f42866d78a1057e3230186 / zhangliang
Add SQLStatementBinderContext.databaseType
Report URL: https://github.co
The GitHub Actions job "Required - Check" on shardingsphere.git/dev has failed.
Run started by GitHub user terrymanu (triggered by terrymanu).
Head commit for run:
65d2b97e552816fd65aa0bb71a97c49922d66f09 / zhangliang
Add SQLStatementBinderContext.databaseType
Report URL: https://github.com/ap
terrymanu opened a new pull request, #35494:
URL: https://github.com/apache/shardingsphere/pull/35494
(no 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 unsubs
This is an automated email from the ASF dual-hosted git repository.
yx9o pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 5a741ac8e41 Remove configuration property
yx9o merged PR #35493:
URL: https://github.com/apache/shardingsphere/pull/35493
--
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: notifications-unsubscr..
The GitHub Actions job "E2E - SQL" on shardingsphere.git/clickhouse has
succeeded.
Run started by GitHub user linghengqian (triggered by linghengqian).
Head commit for run:
88b4189024fd4000e71903ea139a686c6d89fb4f / linghengqian
Refactor ClickHouse's nativeTest
Report URL: https://github.com
FakeCollector commented on issue #27878:
URL:
https://github.com/apache/shardingsphere/issues/27878#issuecomment-2903869678
Recently, I encountered this issue as well. I would like to know how you
guys deal with it? Previously, I used MySQL, but now my database is HighGo.
MySQL is correct
The GitHub Actions job "E2E - Agent" on shardingsphere.git/clickhouse has
succeeded.
Run started by GitHub user linghengqian (triggered by linghengqian).
Head commit for run:
88b4189024fd4000e71903ea139a686c6d89fb4f / linghengqian
Refactor ClickHouse's nativeTest
Report URL: https://github.c
The GitHub Actions job "NativeTest CI - GraalVM Native Image" on
shardingsphere.git/clickhouse has failed.
Run started by GitHub user linghengqian (triggered by linghengqian).
Head commit for run:
88b4189024fd4000e71903ea139a686c6d89fb4f / linghengqian
Refactor ClickHouse's nativeTest
Report
RaigorJiang opened a new pull request, #35493:
URL: https://github.com/apache/shardingsphere/pull/35493
Fixes #35385.
Revise #35458
Changes proposed in this pull request:
- Remove configuration property key system-log-level
- Add logback.xml to proxy distribution
-
Copilot commented on code in PR #35476:
URL: https://github.com/apache/shardingsphere/pull/35476#discussion_r2104070827
##
test/native/src/test/resources/test-native/yaml/jdbc/databases/clickhouse.yaml:
##
@@ -18,22 +18,16 @@
dataSources:
ds_0:
dataSourceClassName: com.
49 matches
Mail list logo