You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Error Reproduction
No response
Relevant logs
The text was updated successfully, but these errors were encountered:
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
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).
Error Reproduction
No response
Relevant logs
The text was updated successfully, but these errors were encountered: