(incubator-gluten) branch main updated: [VL] Fix compression type 2 issue (#5121)

2024-03-25 Thread hongze
This is an automated email from the ASF dual-hosted git repository. hongze 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 fdd5ca2e1 [VL] Fix compression type 2

Re: [PR] [GLUTEN-4263][VL] Fix compression type 2 not supported in static build [incubator-gluten]

2024-03-25 Thread via GitHub
zhztheplayer merged PR #5121: URL: https://github.com/apache/incubator-gluten/pull/5121 -- 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] Daily Update Velox Version (2024_03_26) [incubator-gluten]

2024-03-25 Thread via GitHub
marin-ma commented on PR #5115: URL: https://github.com/apache/incubator-gluten/pull/5115#issuecomment-2019427170 /Benchmark Velox -- 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

Re: [PR] [VL] Supports register udf with different signatures [incubator-gluten]

2024-03-25 Thread via GitHub
marin-ma commented on PR #5104: URL: https://github.com/apache/incubator-gluten/pull/5104#issuecomment-2019424607 @kecookier @zhouyuan Could you please help to review? Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] [CORE] Support JDK17 [incubator-gluten]

2024-03-25 Thread via GitHub
zhztheplayer commented on code in PR #5120: URL: https://github.com/apache/incubator-gluten/pull/5120#discussion_r1538603244 ## .github/workflows/velox_docker.yml: ## @@ -84,31 +89,41 @@ jobs: path: ./cpp/build/releases - name: Setup java and maven

[I] [VL][CI] SparkRuntimeException: [LOCATION_ALREADY_EXISTS] Cannot name the managed table as xxx [incubator-gluten]

2024-03-25 Thread via GitHub
PHILO-HE opened a new issue, #5122: URL: https://github.com/apache/incubator-gluten/issues/5122 ### Description ```log - Gluten - INSERT rows, ALTER TABLE ADD COLUMNS with DEFAULTs, then SELECT them *** FAILED *** 2024-03-26T04:36:45.9079299Z

Re: [PR] [CORE] Support JDK17 [incubator-gluten]

2024-03-25 Thread via GitHub
ulysses-you commented on code in PR #5120: URL: https://github.com/apache/incubator-gluten/pull/5120#discussion_r1538596991 ## .github/workflows/velox_docker.yml: ## @@ -84,31 +89,41 @@ jobs: path: ./cpp/build/releases - name: Setup java and maven

Re: [PR] [VL] Support YearMonthIntervalType and enable make_ym_interval [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #4798: URL: https://github.com/apache/incubator-gluten/pull/4798#issuecomment-2019393777 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: [I] [VL] spark.read.csv("/tmp/test.csv") throws Exception [incubator-gluten]

2024-03-25 Thread via GitHub
PHILO-HE commented on issue #5044: URL: https://github.com/apache/incubator-gluten/issues/5044#issuecomment-2019393809 Hi @xumingming, the exception looks irrelevant. Currently, Gluten doesn't support CSV format. So reading CSV will fall back to vanilla Spark. You can check the fallback

Re: [PR] [CORE] Support JDK17 [incubator-gluten]

2024-03-25 Thread via GitHub
zhztheplayer commented on code in PR #5120: URL: https://github.com/apache/incubator-gluten/pull/5120#discussion_r1538580041 ## .github/workflows/velox_docker.yml: ## @@ -84,31 +89,41 @@ jobs: path: ./cpp/build/releases - name: Setup java and maven

Re: [PR] [CORE] Support JDK17 [incubator-gluten]

2024-03-25 Thread via GitHub
ulysses-you commented on code in PR #5120: URL: https://github.com/apache/incubator-gluten/pull/5120#discussion_r1538574833 ## .github/workflows/velox_docker.yml: ## @@ -84,31 +89,41 @@ jobs: path: ./cpp/build/releases - name: Setup java and maven

Re: [PR] [CORE] Support JDK17 [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5120: URL: https://github.com/apache/incubator-gluten/pull/5120#issuecomment-2019369826 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] Support JDK17 [incubator-gluten]

2024-03-25 Thread via GitHub
zhztheplayer commented on code in PR #5120: URL: https://github.com/apache/incubator-gluten/pull/5120#discussion_r1538572510 ## .github/workflows/velox_docker.yml: ## @@ -84,31 +89,41 @@ jobs: path: ./cpp/build/releases - name: Setup java and maven

Re: [PR] [CORE] Basic runnable version of ACBO (Advanced CBO) [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5058: URL: https://github.com/apache/incubator-gluten/pull/5058#issuecomment-2019363124 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] Basic runnable version of ACBO (Advanced CBO) [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5058: URL: https://github.com/apache/incubator-gluten/pull/5058#issuecomment-2019362253 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-4263][VL] Fix Compression type 2 not supported in static build [incubator-gluten]

2024-03-25 Thread via GitHub
FelixYBW commented on PR #5121: URL: https://github.com/apache/incubator-gluten/pull/5121#issuecomment-2019357930 Thank you for the fix -- 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] [CORE] Add a config to fall back all regexp expressions [incubator-gluten]

2024-03-25 Thread via GitHub
PHILO-HE commented on PR #5099: URL: https://github.com/apache/incubator-gluten/pull/5099#issuecomment-2019344800 Let's merge this pr firstly. Will include more known incompatible cases found by @codyschierbeck in separate PR. Thanks! -- This is an automated message from the Apache Git

Re: [I] [CH] Fix the classes in the hadoop-common conflict when running ut local [incubator-gluten]

2024-03-25 Thread via GitHub
zzcclp closed issue #5108: [CH] Fix the classes in the hadoop-common conflict when running ut local URL: https://github.com/apache/incubator-gluten/issues/5108 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

(incubator-gluten) branch main updated: [GLUTEN-5108][CH] Fix the classes in the hadoop-common conflict when running ut local (#5109)

2024-03-25 Thread zhangzc
This is an automated email from the ASF dual-hosted git repository. zhangzc 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 d38ea9add [GLUTEN-5108][CH] Fix the

(incubator-gluten) branch main updated: [CORE] Add a config to fall back all regexp expressions (#5099)

2024-03-25 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 db0336a51 [CORE] Add a config to fall back

Re: [PR] [CORE] Add a config to fall back all regexp expressions [incubator-gluten]

2024-03-25 Thread via GitHub
PHILO-HE merged PR #5099: URL: https://github.com/apache/incubator-gluten/pull/5099 -- 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-5108][CH] Fix the classes in the hadoop-common conflict when running ut local [incubator-gluten]

2024-03-25 Thread via GitHub
zzcclp merged PR #5109: URL: https://github.com/apache/incubator-gluten/pull/5109 -- 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][CI] Enable Celeborn tests & Gluten CPP tests [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5114: URL: https://github.com/apache/incubator-gluten/pull/5114#issuecomment-2019341315 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: [I] [GLUTEN-4263][VL] Compression type 2 not supported [incubator-gluten]

2024-03-25 Thread via GitHub
zhztheplayer commented on issue #4263: URL: https://github.com/apache/incubator-gluten/issues/4263#issuecomment-2019333933 @rhh777 @loukey-lj @sagarlakshmipathy If your issue was found with Gluten's static build, it should be fixed by

Re: [PR] [GLUTEN-4263][VL] Fix Compression type 2 not supported in static build [incubator-gluten]

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

Re: [PR] [CORE] Support JDK17 [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5120: URL: https://github.com/apache/incubator-gluten/pull/5120#issuecomment-2019321364 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] [CORE] Support JDK17 [incubator-gluten]

2024-03-25 Thread via GitHub
ulysses-you opened a new pull request, #5120: URL: https://github.com/apache/incubator-gluten/pull/5120 ## What changes were proposed in this pull request? - Add jdk-17 maven profile - Add jdk17 tpcds/tpch github action workflow - Update docs ## How was this patch tested?

Re: [PR] [CORE] Support JDK17 [incubator-gluten]

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

Re: [PR] [VL][MINOR] Refactor operator/function tests [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5037: URL: https://github.com/apache/incubator-gluten/pull/5037#issuecomment-2019309426 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] [CH] Issue 5018 [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5019: URL: https://github.com/apache/incubator-gluten/pull/5019#issuecomment-2019308523 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] Supports register udf with different signatures [incubator-gluten]

2024-03-25 Thread via GitHub
marin-ma commented on PR #5104: URL: https://github.com/apache/incubator-gluten/pull/5104#issuecomment-2019306766 > so, can this use the variable-length arguments in UDF? @liujp I'm afraid not. Will try to resolve it in another patch. -- This is an automated message from the

Re: [PR] [GLUTEN-4889][VL] Support approx_percentile [incubator-gluten]

2024-03-25 Thread via GitHub
WangGuangxin commented on code in PR #5007: URL: https://github.com/apache/incubator-gluten/pull/5007#discussion_r1538532110 ## gluten-core/src/main/scala/io/glutenproject/extension/columnar/RewriteTypedImperativeAggregate.scala: ## @@ -40,6 +41,38 @@ object

Re: [PR] [GLUTEN-2163][CH] support aggregate function approx_percentile [incubator-gluten]

2024-03-25 Thread via GitHub
WangGuangxin commented on code in PR #4829: URL: https://github.com/apache/incubator-gluten/pull/4829#discussion_r1538531753 ## backends-velox/src/main/scala/io/glutenproject/backendsapi/velox/VeloxBackend.scala: ## @@ -323,8 +323,10 @@ object BackendSettings extends

Re: [PR] [GLUTEN-2163][CH] support aggregate function approx_percentile [incubator-gluten]

2024-03-25 Thread via GitHub
zhztheplayer commented on code in PR #4829: URL: https://github.com/apache/incubator-gluten/pull/4829#discussion_r1538529337 ## backends-velox/src/main/scala/io/glutenproject/backendsapi/velox/VeloxBackend.scala: ## @@ -323,8 +323,10 @@ object BackendSettings extends

Re: [PR] [VL] fix arrow patch [incubator-gluten]

2024-03-25 Thread via GitHub
zhouyuan closed pull request #5119: [VL] fix arrow patch URL: https://github.com/apache/incubator-gluten/pull/5119 -- 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: [PR] [VL][CI] Enable Celeborn tests & HBM tests [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5114: URL: https://github.com/apache/incubator-gluten/pull/5114#issuecomment-2019293281 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] fix arrow patch [incubator-gluten]

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

Re: [PR] [VL] Enable SPARK-10634 timestamp test case [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5090: URL: https://github.com/apache/incubator-gluten/pull/5090#issuecomment-2019287652 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] fix arrow patch [incubator-gluten]

2024-03-25 Thread via GitHub
zhouyuan opened a new pull request, #5119: URL: https://github.com/apache/incubator-gluten/pull/5119 ## What changes were proposed in this pull request? remove unnecessary changes in arrow ## How was this patch tested? pass GHA -- This is an automated message from

Re: [I] Use environment variables to specify the local package path in CI [incubator-gluten]

2024-03-25 Thread via GitHub
PHILO-HE commented on issue #5118: URL: https://github.com/apache/incubator-gluten/issues/5118#issuecomment-2019287536 @liujiayi771, thanks so much for your advice! We will do this improvement. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [I] Use environment variables to specify the local package path in CI [incubator-gluten]

2024-03-25 Thread via GitHub
liujiayi771 commented on issue #5118: URL: https://github.com/apache/incubator-gluten/issues/5118#issuecomment-2019282408 cc @PHILO-HE @zhouyuan @Yohahaha. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [VL] Support YearMonthIntervalType and enable make_ym_interval [incubator-gluten]

2024-03-25 Thread via GitHub
taiyang-li commented on PR #4798: URL: https://github.com/apache/incubator-gluten/pull/4798#issuecomment-2019280563 > > @taiyang-li, CH CI is red, could you give us some clues to fix? Thanks! > >

Re: [I] Register a aggregate UDF but an error occurs [incubator-gluten]

2024-03-25 Thread via GitHub
liujp commented on issue #5110: URL: https://github.com/apache/incubator-gluten/issues/5110#issuecomment-2019271906 > @liujp UDAF is not supported yet. , -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [CORE] Basic runnable version of ACBO (Advanced CBO) [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5058: URL: https://github.com/apache/incubator-gluten/pull/5058#issuecomment-2019271115 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] Basic runnable version of ACBO (Advanced CBO) [incubator-gluten]

2024-03-25 Thread via GitHub
zhztheplayer commented on code in PR #5058: URL: https://github.com/apache/incubator-gluten/pull/5058#discussion_r1538508579 ## gluten-cbo/common/src/main/scala/io/glutenproject/cbo/CboCluster.scala: ## @@ -0,0 +1,80 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] [VL] Support YearMonthIntervalType and enable make_ym_interval [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #4798: URL: https://github.com/apache/incubator-gluten/pull/4798#issuecomment-2019268759 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: [I] Register a aggregate UDF but an error occurs [incubator-gluten]

2024-03-25 Thread via GitHub
marin-ma commented on issue #5110: URL: https://github.com/apache/incubator-gluten/issues/5110#issuecomment-2019265894 @liujp UDAF is not supported yet. -- 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

Re: [PR] [DNM]Enable iceberg test in CI [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5117: URL: https://github.com/apache/incubator-gluten/pull/5117#issuecomment-2019265435 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] [DNM]Enable iceberg test in CI [incubator-gluten]

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

Re: [I] Register a aggregate UDF but an error occurs [incubator-gluten]

2024-03-25 Thread via GitHub
liujp commented on issue #5110: URL: https://github.com/apache/incubator-gluten/issues/5110#issuecomment-2019264882 @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 URL above to go to the specific

Re: [PR] [VL] Support YearMonthIntervalType and enable make_ym_interval [incubator-gluten]

2024-03-25 Thread via GitHub
taiyang-li commented on PR #4798: URL: https://github.com/apache/incubator-gluten/pull/4798#issuecomment-2019263883 > @taiyang-li, CH CI is red, could you give us some clues to fix? Thanks!

Re: [PR] [Gluten][Spark 3.5] Fix spark35 ut build [incubator-gluten]

2024-03-25 Thread via GitHub
gaoyangxiaozhu commented on PR #5111: URL: https://github.com/apache/incubator-gluten/pull/5111#issuecomment-2019263007 @FelixYBW / @zhouyuan -- 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

[I] [Gluten][VL][Spark 3.5] Build fail with UT enabled run [incubator-gluten]

2024-03-25 Thread via GitHub
gaoyangxiaozhu opened a new issue, #5116: URL: https://github.com/apache/incubator-gluten/issues/5116 ### Problem description if build spark 3.5 with ut enabled as below example: ``` ``` i would fail with 2 error: first error is ```

Re: [PR] [VL] Enable SPARK-10634 timestamp test case [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5090: URL: https://github.com/apache/incubator-gluten/pull/5090#issuecomment-2019245192 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] Supports register udf with different signatures [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5104: URL: https://github.com/apache/incubator-gluten/pull/5104#issuecomment-2019244307 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] Daily Update Velox Version (2024_03_26) [incubator-gluten]

2024-03-25 Thread via GitHub
marin-ma opened a new pull request, #5115: URL: https://github.com/apache/incubator-gluten/pull/5115 ``` 3aa020dff (upstream/main) Fix fbthrift build in setup-*.sh (#9204) c4f322526 Replace test methods with lambdas in sparksql/tests/StringTest.cpp (#9066) 5c67de403 Fix multiple

Re: [PR] [GLUTEN-5108][CH] Fix the classes in the hadoop-common conflict when running ut local [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5109: URL: https://github.com/apache/incubator-gluten/pull/5109#issuecomment-2019228793 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_26) [incubator-gluten]

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

Re: [PR] [VL][CI] Enable Celeborn tests & HBM tests [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5114: URL: https://github.com/apache/incubator-gluten/pull/5114#issuecomment-2019226975 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 Celeborn tests & HBM tests [incubator-gluten]

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

[PR] [VL][CI] Enable Celeborn tests & HBM tests [incubator-gluten]

2024-03-25 Thread via GitHub
PHILO-HE opened a new pull request, #5114: URL: https://github.com/apache/incubator-gluten/pull/5114 ## What changes were proposed in this pull request? Simply a follow-up for https://github.com/apache/incubator-gluten/pull/4936. -- This is an automated message from the

Re: [PR] [GLUTEN-5112] Support build bundle package through github action [incubator-gluten]

2024-03-25 Thread via GitHub
zhouyuan commented on PR #5056: URL: https://github.com/apache/incubator-gluten/pull/5056#issuecomment-2019223185 @wangyum thanks a lot for helping on this feature! thanks, -yuan -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [I] Support build bundle package through github action [incubator-gluten]

2024-03-25 Thread via GitHub
zhouyuan closed issue #5112: Support build bundle package through github action URL: https://github.com/apache/incubator-gluten/issues/5112 -- 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

(incubator-gluten) branch main updated: [GLUTEN-5112] Support build bundle package through github action (#5056)

2024-03-25 Thread yuanzhou
This is an automated email from the ASF dual-hosted git repository. yuanzhou 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 0d03c3240 [GLUTEN-5112] Support build

Re: [PR] [GLUTEN-5112] Support build bundle package through github action [incubator-gluten]

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

(incubator-gluten) branch main updated: [VL] Add timetravel and partition filter UTs for Iceberg scan (#5092)

2024-03-25 Thread yuanzhou
This is an automated email from the ASF dual-hosted git repository. yuanzhou 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 a3f86ede1 [VL] Add timetravel and

Re: [PR] [VL] Add timetravel and partition filter UTs for Iceberg scan [incubator-gluten]

2024-03-25 Thread via GitHub
zhouyuan merged PR #5092: URL: https://github.com/apache/incubator-gluten/pull/5092 -- 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][DNM]Test Q95 post probe spill [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5063: URL: https://github.com/apache/incubator-gluten/pull/5063#issuecomment-2019212058 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] [DNM] Velox test [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #4929: URL: https://github.com/apache/incubator-gluten/pull/4929#issuecomment-2019211438 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-4964][CORE]Fallback complex data type in parquet write for Spark32 & Spark33 [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5107: URL: https://github.com/apache/incubator-gluten/pull/5107#issuecomment-2019205367 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-2163][CH] support aggregate function approx_percentile [incubator-gluten]

2024-03-25 Thread via GitHub
rui-mo commented on code in PR #4829: URL: https://github.com/apache/incubator-gluten/pull/4829#discussion_r1538458528 ## backends-velox/src/main/scala/io/glutenproject/backendsapi/velox/VeloxBackend.scala: ## @@ -323,8 +323,10 @@ object BackendSettings extends

Re: [PR] [VL] Supports register udf with different signatures [incubator-gluten]

2024-03-25 Thread via GitHub
liujp commented on PR #5104: URL: https://github.com/apache/incubator-gluten/pull/5104#issuecomment-2019178645 so, can this use the variable-length arguments in UDF? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] [GLUTEN-2163][CH] support aggregate function approx_percentile [incubator-gluten]

2024-03-25 Thread via GitHub
zzcclp commented on PR #4829: URL: https://github.com/apache/incubator-gluten/pull/4829#issuecomment-2019170113 LGTM, @rui-mo could you help to review this pr, thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

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

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

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

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5113: URL: https://github.com/apache/incubator-gluten/pull/5113#issuecomment-2019068446 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 (20240326) [incubator-gluten]

2024-03-25 Thread via GitHub
lwz9103 opened a new pull request, #5113: URL: https://github.com/apache/incubator-gluten/pull/5113 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, please

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

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5113: URL: https://github.com/apache/incubator-gluten/pull/5113#issuecomment-2019068745 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] Add a config to fall back all regexp expressions [incubator-gluten]

2024-03-25 Thread via GitHub
FelixYBW commented on code in PR #5099: URL: https://github.com/apache/incubator-gluten/pull/5099#discussion_r1538256978 ## docs/velox-backend-limitations.md: ## @@ -25,9 +25,15 @@ Velox BloomFilter's serialization format is different from Spark's. BloomFilter Case

Re: [PR] [GLUTEN-5112] Support build bundle package through github action [incubator-gluten]

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

[I] Support build bundle package through github action [incubator-gluten]

2024-03-25 Thread via GitHub
wangyum opened a new issue, #5112: URL: https://github.com/apache/incubator-gluten/issues/5112 ### Description It should be triggered manually. -- 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] [WIP] Upload build library [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5056: URL: https://github.com/apache/incubator-gluten/pull/5056#issuecomment-2018225408 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] [WIP] Upload build library [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5056: URL: https://github.com/apache/incubator-gluten/pull/5056#issuecomment-2018222779 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] [DNM] Fix spark35 ut build [incubator-gluten]

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

Re: [PR] [DNM] Fix spark35 ut build [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5111: URL: https://github.com/apache/incubator-gluten/pull/5111#issuecomment-2018098267 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] Basic runnable version of ACBO (Advanced CBO) [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5058: URL: https://github.com/apache/incubator-gluten/pull/5058#issuecomment-2018053323 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][MINOR] Refactor operator/function tests [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5037: URL: https://github.com/apache/incubator-gluten/pull/5037#issuecomment-2017954376 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][MINOR] Refactor operator/function tests [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5037: URL: https://github.com/apache/incubator-gluten/pull/5037#issuecomment-2017931231 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] Basic runnable version of ACBO (Advanced CBO) [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5058: URL: https://github.com/apache/incubator-gluten/pull/5058#issuecomment-2017901758 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

[I] Register a aggregate UDF but an error occurs [incubator-gluten]

2024-03-25 Thread via GitHub
liujp opened a new issue, #5110: URL: https://github.com/apache/incubator-gluten/issues/5110 ### Backend VL (Velox) ### Bug description [Expected behavior] and [actual behavior]. ### Spark version None ### Spark configurations _No response_

Re: [PR] [CORE] Basic runnable version of ACBO (Advanced CBO) [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5058: URL: https://github.com/apache/incubator-gluten/pull/5058#issuecomment-2017872999 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] Add a config to fall back all regexp expressions [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5099: URL: https://github.com/apache/incubator-gluten/pull/5099#issuecomment-2017860272 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-5096][CH]Bug fix regex extract diff [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5100: URL: https://github.com/apache/incubator-gluten/pull/5100#issuecomment-2017786909 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] Supports register udf with different signatures [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5104: URL: https://github.com/apache/incubator-gluten/pull/5104#issuecomment-2017631196 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] Supports register udf with different signatures [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5104: URL: https://github.com/apache/incubator-gluten/pull/5104#issuecomment-2017626996 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] Add a config to fall back all regexp expressions [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #5099: URL: https://github.com/apache/incubator-gluten/pull/5099#issuecomment-2017592532 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

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

2024-03-25 Thread marong
This is an automated email from the ASF dual-hosted git repository. marong 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 2ce826995 [VL] Daily Update Velox Version

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

2024-03-25 Thread via GitHub
marin-ma merged PR #5097: URL: https://github.com/apache/incubator-gluten/pull/5097 -- 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] Support YearMonthIntervalType and enable make_ym_interval [incubator-gluten]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #4798: URL: https://github.com/apache/incubator-gluten/pull/4798#issuecomment-2017579881 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] Upgrade Arrow to 15.0.0 [incubator-gluten]

2024-03-25 Thread via GitHub
fyp711 commented on PR #4611: URL: https://github.com/apache/incubator-gluten/pull/4611#issuecomment-2017572334 Hi, Why is this pr not merged -- 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] [CORE] Pullout pre/post project for generate [incubator-gluten]

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

  1   2   >