Re: [PR] [GLUTEN-5074][VL] fix: UDF load error in yarn-cluster mode [incubator-gluten]

2024-03-25 Thread via GitHub
marin-ma merged PR #5075: URL: https://github.com/apache/incubator-gluten/pull/5075 -- 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-5074][VL] fix: UDF load error in yarn-cluster mode [incubator-gluten]

2024-03-24 Thread via GitHub
marin-ma commented on PR #5075: URL: https://github.com/apache/incubator-gluten/pull/5075#issuecomment-2017121035 Could you also update the examples in the document with either relative or URI path? -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] [GLUTEN-5074][VL] fix: UDF load error in yarn-cluster mode [incubator-gluten]

2024-03-24 Thread via GitHub
marin-ma commented on code in PR #5075: URL: https://github.com/apache/incubator-gluten/pull/5075#discussion_r1537003020 ## backends-velox/src/test/scala/io/glutenproject/expression/VeloxUdfSuite.scala: ## @@ -82,7 +82,8 @@ class VeloxUdfSuiteLocal extends VeloxUdfSuite {

Re: [PR] [GLUTEN-5074][VL] fix: UDF load error in yarn-cluster mode [incubator-gluten]

2024-03-23 Thread via GitHub
kecookier commented on code in PR #5075: URL: https://github.com/apache/incubator-gluten/pull/5075#discussion_r1536655002 ## backends-velox/src/main/scala/org/apache/spark/sql/expression/UDFResolver.scala: ## @@ -152,34 +143,39 @@ object UDFResolver extends Logging { //

Re: [PR] [GLUTEN-5074][VL] fix: UDF load error in yarn-cluster mode [incubator-gluten]

2024-03-22 Thread via GitHub
marin-ma commented on code in PR #5075: URL: https://github.com/apache/incubator-gluten/pull/5075#discussion_r1535293176 ## backends-velox/src/main/scala/org/apache/spark/sql/expression/UDFResolver.scala: ## @@ -152,34 +143,39 @@ object UDFResolver extends Logging { // Get

Re: [PR] [GLUTEN-5074][VL] fix: UDF load error in yarn-cluster mode [incubator-gluten]

2024-03-22 Thread via GitHub
kecookier commented on code in PR #5075: URL: https://github.com/apache/incubator-gluten/pull/5075#discussion_r1535237040 ## backends-velox/src/main/scala/org/apache/spark/sql/expression/UDFResolver.scala: ## @@ -152,34 +143,39 @@ object UDFResolver extends Logging { //

Re: [PR] [GLUTEN-5074][VL] fix: UDF load error in yarn-cluster mode [incubator-gluten]

2024-03-22 Thread via GitHub
kecookier commented on code in PR #5075: URL: https://github.com/apache/incubator-gluten/pull/5075#discussion_r1535181373 ## backends-velox/src/main/scala/org/apache/spark/sql/expression/UDFResolver.scala: ## @@ -152,34 +143,39 @@ object UDFResolver extends Logging { //

Re: [PR] [GLUTEN-5074][VL] fix: UDF load error in yarn-cluster mode [incubator-gluten]

2024-03-22 Thread via GitHub
marin-ma commented on code in PR #5075: URL: https://github.com/apache/incubator-gluten/pull/5075#discussion_r1535176984 ## backends-velox/src/main/scala/org/apache/spark/sql/expression/UDFResolver.scala: ## @@ -152,34 +143,39 @@ object UDFResolver extends Logging { // Get

Re: [PR] [GLUTEN-5074][VL] fix: UDF load error in yarn-cluster mode [incubator-gluten]

2024-03-22 Thread via GitHub
kecookier commented on code in PR #5075: URL: https://github.com/apache/incubator-gluten/pull/5075#discussion_r1535162020 ## backends-velox/src/main/scala/org/apache/spark/sql/expression/UDFResolver.scala: ## @@ -152,34 +143,39 @@ object UDFResolver extends Logging { //

Re: [PR] [GLUTEN-5074][VL] fix: UDF load error in yarn-cluster mode [incubator-gluten]

2024-03-21 Thread via GitHub
marin-ma commented on code in PR #5075: URL: https://github.com/apache/incubator-gluten/pull/5075#discussion_r1534994137 ## backends-velox/src/main/scala/org/apache/spark/sql/expression/UDFResolver.scala: ## @@ -152,34 +143,39 @@ object UDFResolver extends Logging { // Get

Re: [PR] [GLUTEN-5074][VL] fix: UDF load error in yarn-cluster mode [incubator-gluten]

2024-03-21 Thread via GitHub
kecookier commented on code in PR #5075: URL: https://github.com/apache/incubator-gluten/pull/5075#discussion_r1534992522 ## backends-velox/src/main/scala/org/apache/spark/sql/expression/UDFResolver.scala: ## @@ -152,34 +143,39 @@ object UDFResolver extends Logging { //

Re: [PR] [GLUTEN-5074][VL] fix: UDF load error in yarn-cluster mode [incubator-gluten]

2024-03-21 Thread via GitHub
kecookier commented on code in PR #5075: URL: https://github.com/apache/incubator-gluten/pull/5075#discussion_r1534992690 ## backends-velox/src/main/scala/org/apache/spark/sql/expression/UDFResolver.scala: ## @@ -152,34 +143,39 @@ object UDFResolver extends Logging { //

Re: [PR] [GLUTEN-5074][VL] fix: UDF load error in yarn-cluster mode [incubator-gluten]

2024-03-21 Thread via GitHub
marin-ma commented on code in PR #5075: URL: https://github.com/apache/incubator-gluten/pull/5075#discussion_r1534990803 ## backends-velox/src/main/scala/org/apache/spark/sql/expression/UDFResolver.scala: ## @@ -152,34 +143,39 @@ object UDFResolver extends Logging { // Get

Re: [PR] [GLUTEN-5074][VL] fix: UDF load error in yarn-cluster mode [incubator-gluten]

2024-03-21 Thread via GitHub
marin-ma commented on code in PR #5075: URL: https://github.com/apache/incubator-gluten/pull/5075#discussion_r1534990188 ## backends-velox/src/main/scala/org/apache/spark/sql/expression/UDFResolver.scala: ## @@ -152,34 +143,39 @@ object UDFResolver extends Logging { // Get

Re: [PR] [GLUTEN-5074][VL] fix: UDF load error in yarn-cluster mode [incubator-gluten]

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