prestodb/presto

Optimize ARBITRARY(NULL)

Open

#21,590 opened on Dec 21, 2023

View on GitHub
 (5 comments) (0 reactions) (1 assignee)Java (5,240 forks)batch import
Query Optimizationgood first issueoptimizer

Repository metrics

Stars
 (15,558 stars)
PR merge metrics
 (Avg merge 34d 14h) (120 merged PRs in 30d)

Description

We see these operations frequently and can be very expensive. So it will be good to optimizer them to NULL in the expression optimizers upfront before other optimizations

Contributor guide