mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-14 17:05:36 +00:00
Painless can cast anything into the magic type `def` but it really shouldn't try to cast **nothing** into `def`. That causes the byte code generation library to freak out a little. Closes #22908