Re: [PR] [CORE] Change domain name to org.apache.gluten [incubator-gluten]

2024-03-31 Thread via GitHub
zzcclp commented on PR #5185: URL: https://github.com/apache/incubator-gluten/pull/5185#issuecomment-2029192583 > > GlutenClickHouseMergeTreeWriteOnHDFSSuite > > Thanks! by the way, is following the correct way to disable these suites? > >

[I] [CH] Fix GlutenClickHouseMergeTreeWriteOnHDFSSuite and GlutenClickHouseMergeTreeWriteOnS3Suite after gluten domain name changes [incubator-gluten]

2024-03-31 Thread via GitHub
yma11 opened a new issue, #5229: URL: https://github.com/apache/incubator-gluten/issues/5229 ### Backend CH (ClickHouse) ### Bug description [2024-03-29T12:02:49.115Z] Caused by: org.apache.gluten.exception.GlutenException: Unknown storage policy `__s3_main`

Re: [PR] [CORE] Change domain name to org.apache.gluten [incubator-gluten]

2024-03-31 Thread via GitHub
yma11 commented on PR #5185: URL: https://github.com/apache/incubator-gluten/pull/5185#issuecomment-2029190070 > and below error messages also shown: > > ``` > [2024-03-29T12:02:49.115Z] Caused by: org.apache.gluten.exception.GlutenException: Unknown storage policy `__s3_main`

Re: [PR] [VL] CI: Enable GHA dependency cache on static Velox build [incubator-gluten]

2024-03-31 Thread via GitHub
zhztheplayer commented on PR #5145: URL: https://github.com/apache/incubator-gluten/pull/5145#issuecomment-2029185879 Update: This cache doesn't seem to be able to share among PRs.

(incubator-gluten) branch main updated: [VL] Daily Update Velox Version (2024_04_01) (#5223)

2024-03-31 Thread philo
This is an automated email from the ASF dual-hosted git repository. philo pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git The following commit(s) were added to refs/heads/main by this push: new 7aa03678b [VL] Daily Update Velox Version

Re: [PR] [VL] gluten-it: Remove specific result matching code for Q65 [incubator-gluten]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #5226: URL: https://github.com/apache/incubator-gluten/pull/5226#issuecomment-2029181041 Run Gluten Clickhouse CI -- 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

Re: [PR] [VL] Daily Update Velox Version (2024_04_01) [incubator-gluten]

2024-03-31 Thread via GitHub
PHILO-HE merged PR #5223: URL: https://github.com/apache/incubator-gluten/pull/5223 -- 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:

Re: [PR] [VL] gluten-it: Shorten table creation and query runner logs [incubator-gluten]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #5227: URL: https://github.com/apache/incubator-gluten/pull/5227#issuecomment-2029180552 Run Gluten Clickhouse CI -- 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

Re: [PR] [CORE] Change domain name to org.apache.gluten [incubator-gluten]

2024-03-31 Thread via GitHub
PHILO-HE merged PR #5185: URL: https://github.com/apache/incubator-gluten/pull/5185 -- 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:

Re: [PR] [CORE] Change domain name to org.apache.gluten [incubator-gluten]

2024-03-31 Thread via GitHub
yma11 commented on PR #5185: URL: https://github.com/apache/incubator-gluten/pull/5185#issuecomment-2029173419 > GlutenClickHouseMergeTreeWriteOnHDFSSuite Thanks! by the way, is following the correct way to disable these suites?

Re: [PR] [CORE] Change domain name to org.apache.gluten [incubator-gluten]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #5185: URL: https://github.com/apache/incubator-gluten/pull/5185#issuecomment-2029169561 Run Gluten Clickhouse CI -- 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

Re: [PR] [VL] gluten-it: Remove specific result matching code for Q65 [incubator-gluten]

2024-03-31 Thread via GitHub
zhztheplayer commented on PR #5226: URL: https://github.com/apache/incubator-gluten/pull/5226#issuecomment-2029153746 @rui-mo Please review, 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

Re: [PR] [CORE] Change domain name to org.apache.gluten [incubator-gluten]

2024-03-31 Thread via GitHub
zzcclp commented on PR #5185: URL: https://github.com/apache/incubator-gluten/pull/5185#issuecomment-2029150694 @yma11 please ignore the ut first in these two suites: `GlutenClickHouseMergeTreeWriteOnHDFSSuite` and `GlutenClickHouseMergeTreeWriteOnS3Suite` -- This is an automated

[PR] [CELEBORN] Whether to compress shuffle data should be aligned with spark.shuffle.compress first [incubator-gluten]

2024-03-31 Thread via GitHub
kerwin-zk opened a new pull request, #5228: URL: https://github.com/apache/incubator-gluten/pull/5228 ## What changes were proposed in this pull request? Whether to compress shuffle data should be aligned with spark.shuffle.compress first ## How was this patch tested?

Re: [PR] [CELEBORN] Whether to compress shuffle data should be aligned with spark.shuffle.compress first [incubator-gluten]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #5228: URL: https://github.com/apache/incubator-gluten/pull/5228#issuecomment-2029143391 Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues?

Re: [PR] [VL] Support regr_r2 aggregate function [incubator-gluten]

2024-03-31 Thread via GitHub
liujiayi771 commented on code in PR #5210: URL: https://github.com/apache/incubator-gluten/pull/5210#discussion_r1545949390 ## backends-velox/src/test/scala/io/glutenproject/execution/VeloxAggregateFunctionsSuite.scala: ## @@ -371,6 +371,26 @@ abstract class

Re: [PR] [VL] Support regr_r2 aggregate function [incubator-gluten]

2024-03-31 Thread via GitHub
liujiayi771 commented on code in PR #5210: URL: https://github.com/apache/incubator-gluten/pull/5210#discussion_r1545949390 ## backends-velox/src/test/scala/io/glutenproject/execution/VeloxAggregateFunctionsSuite.scala: ## @@ -371,6 +371,26 @@ abstract class

Re: [PR] [GLUTEN-5208][CH]Fix hive diff read [incubator-gluten]

2024-03-31 Thread via GitHub
taiyang-li commented on code in PR #5209: URL: https://github.com/apache/incubator-gluten/pull/5209#discussion_r1545943748 ## gluten-core/src/main/scala/org/apache/spark/sql/hive/HiveTableScanExecTransformer.scala: ## @@ -216,13 +216,26 @@ object HiveTableScanExecTransformer {

Re: [PR] [CH] Support nanvl function [incubator-gluten]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #5199: URL: https://github.com/apache/incubator-gluten/pull/5199#issuecomment-2029115034 Run Gluten Clickhouse CI -- 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

Re: [PR] [VL] CI: Enable GHA dependency cache on static Velox build [incubator-gluten]

2024-03-31 Thread via GitHub
GlutenPerfBot commented on PR #5145: URL: https://github.com/apache/incubator-gluten/pull/5145#issuecomment-2029109760 = Performance report for TPCH SF2000 with Velox backend, for reference only query

Re: [PR] [VL] gluten-it: Shorten table creation logs [incubator-gluten]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #5227: URL: https://github.com/apache/incubator-gluten/pull/5227#issuecomment-2029103130 Run Gluten Clickhouse CI -- 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

Re: [PR] [VL] gluten-it: Shorten table creation logs [incubator-gluten]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #5227: URL: https://github.com/apache/incubator-gluten/pull/5227#issuecomment-2029101209 Run Gluten Clickhouse CI -- 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

Re: [PR] [VL] gluten-it: Shorten table creation logs [incubator-gluten]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #5227: URL: https://github.com/apache/incubator-gluten/pull/5227#issuecomment-2029098056 Run Gluten Clickhouse CI -- 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

Re: [PR] [VL] gluten-it: Shorten table creation logs [incubator-gluten]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #5227: URL: https://github.com/apache/incubator-gluten/pull/5227#issuecomment-2029080619 Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues?

Re: [PR] [VL] gluten-it: Shorten table creation logs [incubator-gluten]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #5227: URL: https://github.com/apache/incubator-gluten/pull/5227#issuecomment-2029080711 Run Gluten Clickhouse CI -- 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

[PR] [VL] gluten-it: Shorten table creation logs [incubator-gluten]

2024-03-31 Thread via GitHub
zhztheplayer opened a new pull request, #5227: URL: https://github.com/apache/incubator-gluten/pull/5227 Compact "Creating catalog table" logs into one line. Before: ``` Creating catalog table: customer Creating catalog table: catalog_page Creating catalog table:

Re: [PR] [Core] Supports generating nested complex type in RandomParquetDataGenerator [incubator-gluten]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #5200: URL: https://github.com/apache/incubator-gluten/pull/5200#issuecomment-2029077692 Run Gluten Clickhouse CI -- 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

Re: [PR] [VL] Daily Update Velox Version (2024_03_31) [incubator-gluten]

2024-03-31 Thread via GitHub
PHILO-HE commented on PR #5218: URL: https://github.com/apache/incubator-gluten/pull/5218#issuecomment-2029077423 Closing this pr, as not required. cc @marin-ma -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] [VL] Daily Update Velox Version (2024_03_31) [incubator-gluten]

2024-03-31 Thread via GitHub
PHILO-HE closed pull request #5218: [VL] Daily Update Velox Version (2024_03_31) URL: https://github.com/apache/incubator-gluten/pull/5218 -- 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

Re: [PR] [VL] Support regr_r2 aggregate function [incubator-gluten]

2024-03-31 Thread via GitHub
PHILO-HE commented on code in PR #5210: URL: https://github.com/apache/incubator-gluten/pull/5210#discussion_r1545917565 ## backends-velox/src/test/scala/io/glutenproject/execution/VeloxAggregateFunctionsSuite.scala: ## @@ -371,6 +371,26 @@ abstract class

Re: [PR] [Core] Supports generating nested complex type in RandomParquetDataGenerator [incubator-gluten]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #5200: URL: https://github.com/apache/incubator-gluten/pull/5200#issuecomment-2029076882 Run Gluten Clickhouse CI -- 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

Re: [PR] [VL] gluten-it: Remove specific result matching code for Q65 [incubator-gluten]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #5226: URL: https://github.com/apache/incubator-gluten/pull/5226#issuecomment-2029076080 Run Gluten Clickhouse CI -- 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

Re: [PR] [GLUTEN-5203][VL] Support url_encode function [incubator-gluten]

2024-03-31 Thread via GitHub
GlutenPerfBot commented on PR #5204: URL: https://github.com/apache/incubator-gluten/pull/5204#issuecomment-2029076018 = Performance report for TPCH SF2000 with Velox backend, for reference only query

Re: [PR] [VL] gluten-it: Remove specific result matching code for Q65 [incubator-gluten]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #5226: URL: https://github.com/apache/incubator-gluten/pull/5226#issuecomment-2029075913 Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues?

[PR] [VL] gluten-it: Remove specific result matching code for Q65 [incubator-gluten]

2024-03-31 Thread via GitHub
zhztheplayer opened a new pull request, #5226: URL: https://github.com/apache/incubator-gluten/pull/5226 Try directly remove the hacky code to see if jobs can pass. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] [GLUTEN-5192][VL] Copy bundle jars to dist dir [incubator-gluten]

2024-03-31 Thread via GitHub
ulysses-you commented on code in PR #5193: URL: https://github.com/apache/incubator-gluten/pull/5193#discussion_r1545914069 ## dev/buildbundle-veloxbe.sh: ## @@ -4,7 +4,19 @@ BASEDIR=$(dirname $0) source "$BASEDIR/builddeps-veloxbe.sh" cd $GLUTEN_DIR +

Re: [PR] [GLUTEN-5192][VL] Copy bundle jars to dist dir [incubator-gluten]

2024-03-31 Thread via GitHub
ulysses-you commented on code in PR #5193: URL: https://github.com/apache/incubator-gluten/pull/5193#discussion_r1545913358 ## dev/package.sh: ## @@ -4,17 +4,28 @@ set -eux CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd) GLUTEN_DIR="$CURRENT_DIR/.."

Re: [PR] [CORE] Change domain name to org.apache.gluten [incubator-gluten]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #5185: URL: https://github.com/apache/incubator-gluten/pull/5185#issuecomment-2029071554 Run Gluten Clickhouse CI -- 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

Re: [PR] [CORE] Change domain name to org.apache.gluten [incubator-gluten]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #5185: URL: https://github.com/apache/incubator-gluten/pull/5185#issuecomment-2029069437 Run Gluten Clickhouse CI -- 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

Re: [PR] [VL] Re-enable failed CI jobs [incubator-gluten]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #5224: URL: https://github.com/apache/incubator-gluten/pull/5224#issuecomment-2029065782 Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues?

[PR] [VL] Re-enable failed CI jobs [incubator-gluten]

2024-03-31 Thread via GitHub
zhztheplayer opened a new pull request, #5224: URL: https://github.com/apache/incubator-gluten/pull/5224 This is a follow-up to https://github.com/apache/incubator-gluten/pull/4936 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] [GLUTEN-5211][VL] Fix typos in velox-backend-support-progress.md [incubator-gluten]

2024-03-31 Thread via GitHub
PHILO-HE commented on code in PR #5212: URL: https://github.com/apache/incubator-gluten/pull/5212#discussion_r1545907136 ## docs/velox-backend-support-progress.md: ## @@ -20,18 +24,20 @@ The total supported functions' number for [Spark3.3 is 387](https://spark.apache | NS

Re: [PR] [GLUTEN-5211][VL] Fix typos in velox-backend-support-progress.md [incubator-gluten]

2024-03-31 Thread via GitHub
PHILO-HE commented on code in PR #5212: URL: https://github.com/apache/incubator-gluten/pull/5212#discussion_r1545904828 ## docs/velox-backend-support-progress.md: ## @@ -202,7 +208,7 @@ Gluten supports 199 functions. (Draw to right to see all data types) | regexp_like

Re: [PR] [GLUTEN-5211][VL] Fix typos in velox-backend-support-progress.md [incubator-gluten]

2024-03-31 Thread via GitHub
yma11 commented on code in PR #5212: URL: https://github.com/apache/incubator-gluten/pull/5212#discussion_r1545904674 ## docs/velox-backend-support-progress.md: ## @@ -20,18 +24,20 @@ The total supported functions' number for [Spark3.3 is 387](https://spark.apache | NS

(incubator-gluten) branch main updated (598727793 -> 8905dc17e)

2024-03-31 Thread hongze
This is an automated email from the ASF dual-hosted git repository. hongze pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git from 598727793 [Gluten-5152][CH]Support Optimize and VACUUM command for clickhouse tables (#5153) add

Re: [PR] [VL] CI: Enable GHA dependency cache on static Velox build [incubator-gluten]

2024-03-31 Thread via GitHub
zhztheplayer merged PR #5145: URL: https://github.com/apache/incubator-gluten/pull/5145 -- 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:

Re: [PR] [GLUTEN-5211][VL] Fix typos in velox-backend-support-progress.md [incubator-gluten]

2024-03-31 Thread via GitHub
PHILO-HE commented on code in PR #5212: URL: https://github.com/apache/incubator-gluten/pull/5212#discussion_r1545903337 ## docs/velox-backend-support-progress.md: ## @@ -20,18 +24,20 @@ The total supported functions' number for [Spark3.3 is 387](https://spark.apache | NS

Re: [PR] [GLUTEN-5219][CH]Fix the table metadata sync issue for the CH backend [incubator-gluten]

2024-03-31 Thread via GitHub
binmahone commented on code in PR #5221: URL: https://github.com/apache/incubator-gluten/pull/5221#discussion_r1545901891 ## backends-clickhouse/src/main/scala/org/apache/spark/sql/execution/datasources/utils/MergeTreePartsPartitionsUtil.scala: ## @@ -55,6 +55,9 @@ object

Re: [PR] [VL] Add uniffle integration [incubator-gluten]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #3767: URL: https://github.com/apache/incubator-gluten/pull/3767#issuecomment-2029054476 Run Gluten Clickhouse CI -- 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

Re: [PR] [CORE] Change domain name to org.apache.gluten [incubator-gluten]

2024-03-31 Thread via GitHub
zhouyuan commented on PR #5185: URL: https://github.com/apache/incubator-gluten/pull/5185#issuecomment-2029052252 Did a offline check with @zzcclp it's an odd issue, will try to disable the two tests on CK to make CI pass first. He will help to follow up on this. Thanks a lot @zzcclp

Re: [PR] [VL] Daily Update Velox Version (2024_03_30) [incubator-gluten]

2024-03-31 Thread via GitHub
GlutenPerfBot commented on PR #5214: URL: https://github.com/apache/incubator-gluten/pull/5214#issuecomment-2029041640 = Performance report for TPCH SF2000 with Velox backend, for reference only query

(incubator-gluten) branch main updated (71d50f697 -> 598727793)

2024-03-31 Thread mahongbin
This is an automated email from the ASF dual-hosted git repository. mahongbin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git from 71d50f697 [GLUTEN-5203][VL] Support url_encode function (#5204) add 598727793

Re: [I] [CH]Support Optimize and VACUUM command for clickhouse tables [incubator-gluten]

2024-03-31 Thread via GitHub
binmahone closed issue #5152: [CH]Support Optimize and VACUUM command for clickhouse tables URL: https://github.com/apache/incubator-gluten/issues/5152 -- 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

Re: [PR] [Gluten-5152][CH]Support Optimize and VACUUM command for clickhouse tables [incubator-gluten]

2024-03-31 Thread via GitHub
binmahone merged PR #5153: URL: https://github.com/apache/incubator-gluten/pull/5153 -- 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:

Re: [PR] [Gluten-5152][CH]Support Optimize and VACUUM command for clickhouse tables [incubator-gluten]

2024-03-31 Thread via GitHub
binmahone commented on code in PR #5153: URL: https://github.com/apache/incubator-gluten/pull/5153#discussion_r1545894790 ## cpp-ch/local-engine/Operator/ExpandTransform.cpp: ## @@ -15,6 +15,8 @@ * limitations under the License. */ #include + +#include

(incubator-gluten) branch main updated: [GLUTEN-5203][VL] Support url_encode function (#5204)

2024-03-31 Thread philo
This is an automated email from the ASF dual-hosted git repository. philo pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git The following commit(s) were added to refs/heads/main by this push: new 71d50f697 [GLUTEN-5203][VL] Support

Re: [PR] [GLUTEN-5203][VL] Support url_encode function [incubator-gluten]

2024-03-31 Thread via GitHub
PHILO-HE merged PR #5204: URL: https://github.com/apache/incubator-gluten/pull/5204 -- 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:

Re: [I] [VL] Support url_encode function [incubator-gluten]

2024-03-31 Thread via GitHub
PHILO-HE closed issue #5203: [VL] Support url_encode function URL: https://github.com/apache/incubator-gluten/issues/5203 -- 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

Re: [I] [VL] Gluten CPP Build fails with not-found crypto_LIBRARY on centos 8 [incubator-gluten]

2024-03-31 Thread via GitHub
dcoliversun commented on issue #5178: URL: https://github.com/apache/incubator-gluten/issues/5178#issuecomment-2029012912 @PHILO-HE hi, did you successfully reproduce this case? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

(incubator-gluten) branch main updated (0bfee3a98 -> b462569bc)

2024-03-31 Thread marong
This is an automated email from the ASF dual-hosted git repository. marong pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git from 0bfee3a98 [GLUTEN-1632][CH]Daily Update Clickhouse Version (20240330) (#5213) add b462569bc [VL] Daily

Re: [PR] [VL] Daily Update Velox Version (2024_03_30) [incubator-gluten]

2024-03-31 Thread via GitHub
marin-ma merged PR #5214: URL: https://github.com/apache/incubator-gluten/pull/5214 -- 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:

Re: [PR] [Core] Supports generating nested complex type in RandomParquetDataGenerator [incubator-gluten]

2024-03-31 Thread via GitHub
PHILO-HE commented on PR #5200: URL: https://github.com/apache/incubator-gluten/pull/5200#issuecomment-2029005036 > @PHILO-HE As there are physical operators like `ColumnarShuffleExchange` `RowToVeloxColumnarExec` which are not "fallback" operators, this patch renames below test methods:

Re: [PR] [VL] Support regr_r2 aggregate function [incubator-gluten]

2024-03-31 Thread via GitHub
liujiayi771 commented on PR #5210: URL: https://github.com/apache/incubator-gluten/pull/5210#issuecomment-2029003594 cc @rui-mo @PHILO-HE, 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

Re: [PR] [GLUTEN-5211][VL] Fix typos in velox-backend-support-progress.md [incubator-gluten]

2024-03-31 Thread via GitHub
yma11 commented on PR #5212: URL: https://github.com/apache/incubator-gluten/pull/5212#issuecomment-2028998225 Thanks for updating this. -- 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

Re: [PR] [GLUTEN-5211][VL] Fix typos in velox-backend-support-progress.md [incubator-gluten]

2024-03-31 Thread via GitHub
yma11 commented on code in PR #5212: URL: https://github.com/apache/incubator-gluten/pull/5212#discussion_r1545882004 ## docs/velox-backend-support-progress.md: ## @@ -202,7 +208,7 @@ Gluten supports 199 functions. (Draw to right to see all data types) | regexp_like

Re: [PR] [GLUTEN-5211][VL] Fix typos in velox-backend-support-progress.md [incubator-gluten]

2024-03-31 Thread via GitHub
yma11 commented on code in PR #5212: URL: https://github.com/apache/incubator-gluten/pull/5212#discussion_r1545881606 ## docs/velox-backend-support-progress.md: ## @@ -20,18 +24,20 @@ The total supported functions' number for [Spark3.3 is 387](https://spark.apache | NS

Re: [PR] [CORE] Change domain name to org.apache.gluten [incubator-gluten]

2024-03-31 Thread via GitHub
ulysses-you commented on PR #5185: URL: https://github.com/apache/incubator-gluten/pull/5185#issuecomment-2028986913 Can we merge this pr first ? There are lots of conflicts during developing. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] [VL] Daily Update Velox Version (2024_04_01) [incubator-gluten]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #5223: URL: https://github.com/apache/incubator-gluten/pull/5223#issuecomment-2028958383 Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues?

[PR] [VL] Daily Update Velox Version (2024_04_01) [incubator-gluten]

2024-03-31 Thread via GitHub
GlutenPerfBot opened a new pull request, #5223: URL: https://github.com/apache/incubator-gluten/pull/5223 Upstream Velox's New Commits: ```txt 70c9f6c71 by xiaoxmeng, Fix tsan test failures caused by LOG_EVERY_N (9320) 1d7343e0d by xiaoxmeng, Fix the race conditions in join

Re: [PR] [GLUTEN-1632][CH]Daily Update Clickhouse Version (20240330) [incubator-gluten]

2024-03-31 Thread via GitHub
GlutenPerfBot commented on PR #5213: URL: https://github.com/apache/incubator-gluten/pull/5213#issuecomment-2028953891 = Performance report for TPCH SF2000 with Velox backend, for reference only query

Re: [PR] [GLUTEN-1632][CH]Daily Update Clickhouse Version (20240401) [incubator-gluten]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #5222: URL: https://github.com/apache/incubator-gluten/pull/5222#issuecomment-2028940623 Run Gluten Clickhouse CI -- 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

Re: [PR] [GLUTEN-1632][CH]Daily Update Clickhouse Version (20240401) [incubator-gluten]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #5222: URL: https://github.com/apache/incubator-gluten/pull/5222#issuecomment-2028940550 https://github.com/apache/incubator-gluten/issues/1632 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[PR] [GLUTEN-1632][CH]Daily Update Clickhouse Version (20240401) [incubator-gluten]

2024-03-31 Thread via GitHub
kyligence-git opened a new pull request, #5222: URL: https://github.com/apache/incubator-gluten/pull/5222 Auto commit by gluten daily build, please check the build status and merge it if it's green. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] [GLUTEN-5219][CH]Fix the table metadata sync issue for the CH backend [incubator-gluten]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #5221: URL: https://github.com/apache/incubator-gluten/pull/5221#issuecomment-2028587256 Run Gluten Clickhouse CI -- 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

Re: [PR] [GLUTEN-5219][CH]Fix the table metadata sync issue for the CH backend [incubator-gluten]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #5221: URL: https://github.com/apache/incubator-gluten/pull/5221#issuecomment-2028587186 https://github.com/apache/incubator-gluten/issues/5219 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[PR] [GLUTEN-5219][CH]Fix the table metadata sync issue for the CH backend [incubator-gluten]

2024-03-31 Thread via GitHub
zzcclp opened a new pull request, #5221: URL: https://github.com/apache/incubator-gluten/pull/5221 ## What changes were proposed in this pull request? The CH backend receives the table metadata by the substrait plan when executing create table and query, but now there is no version info