Skip to content
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

array_join: Expression Fuzzer throws exception for the json type #12452

Open
xiaodouchen opened this issue Feb 26, 2025 · 3 comments
Open

array_join: Expression Fuzzer throws exception for the json type #12452

xiaodouchen opened this issue Feb 26, 2025 · 3 comments
Labels
bug Something isn't working fuzzer Issues related the to Velox fuzzer test components. fuzzer-found

Comments

@xiaodouchen
Copy link
Contributor

Description

When I add support for the unknown type to array_join(), running the CI/CD tests results in the error "Presto query failed: 13 No default Hive type provided for unsupported Hive type: json" (More detailed info in the following picture). After searching through existing issues, I found that this is a known issue(#9767 and #12286).

Image

Error Reproduction

No response

Relevant logs

@xiaodouchen xiaodouchen added bug Something isn't working fuzzer Issues related the to Velox fuzzer test components. fuzzer-found labels Feb 26, 2025
@mbasmanova
Copy link
Contributor

CC: @kagamiori @kgpai @amitkdutta

@kgpai
Copy link
Contributor

kgpai commented Feb 26, 2025

Hi @xiaodouchen - Can you post the CI run where this is failing or paste the logs (CI run being more preferrable) rather than a screenshot ?

@peterenescu
Copy link
Contributor

Noticed this while adding the skip list to stabalize the fuzzer. Didn't look to deep into it but likely a json/hive in-congruency affecting json functions. Will try to take a deeper dive on this particular issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fuzzer Issues related the to Velox fuzzer test components. fuzzer-found
Projects
None yet
Development

No branches or pull requests

4 participants