-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GLUTEN-8668][VL] Support complex type in ColumnarPartialProject #8669
base: main
Are you sure you want to change the base?
[GLUTEN-8668][VL] Support complex type in ColumnarPartialProject #8669
Conversation
Run Gluten Clickhouse CI on x86 |
@jinchengchenghh @PHILO-HE @zhztheplayer Can you please help review this? |
@WangGuangxin looks like the failure is on GHA upload/restore action, I have made a quick patch on this: |
5143851
to
66cef26
Compare
Run Gluten Clickhouse CI on x86 |
66cef26
to
c5a99f5
Compare
Run Gluten Clickhouse CI on x86 |
2 similar comments
Run Gluten Clickhouse CI on x86 |
Run Gluten Clickhouse CI on x86 |
} | ||
|
||
test("udf with map") { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you add or move complex type tests in UDFPartialProjectSuite
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Yohahaha done
Run Gluten Clickhouse CI on x86 |
1 similar comment
Run Gluten Clickhouse CI on x86 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@WangGuangxin, the pr basically looks good. One comment related to the test. Thanks!
gluten-ut/spark35/src/test/scala/org/apache/spark/sql/hive/execution/GlutenHiveUDFSuite.scala
Outdated
Show resolved
Hide resolved
Run Gluten Clickhouse CI on x86 |
59365a3
to
24690b4
Compare
Run Gluten Clickhouse CI on x86 |
1 similar comment
Run Gluten Clickhouse CI on x86 |
5593f4f
to
be79926
Compare
Run Gluten Clickhouse CI on x86 |
@PHILO-HE @Yohahaha @jinchengchenghh comments addressed. please review again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just one comment.
@@ -14,7 +14,7 @@ | |||
* See the License for the specific language governing permissions and | |||
* limitations under the License. | |||
*/ | |||
package org.apache.gluten.execution; | |||
package org.apache.gluten.test.udf; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove "test" if there is no reason to keep it.
What changes were proposed in this pull request?
Make
ColumnarPartialProject
supports complex type(Fixes: #8668)
How was this patch tested?
add ut and mannually test