#25492·presto

Shouldn't expose optimizer.optimize-hash-generation in native engine

Author: aditi-panditCreated Jul 3, 2025Updated Sep 16, 2026
Labelsbug

optimizer.optimize-hash-generation should always be false for native engine.

The optimization is not applicable for native engine.

We shouldn't expose this config to the user with side-car and the optimization should be turned off automatically.

The SQL in the parent issue should work without the config change.