8.12. SET SESSION
Synopsis
SET SESSION name = 'value'
SET SESSION catalog.name = 'value'
Description
Set a session property value.
Examples
SET SESSION optimize_hash_generation = 'true';
SET SESSION hive.optimized_reader_enabled = 'true';
SET SESSION name = 'value'
SET SESSION catalog.name = 'value'
Set a session property value.
SET SESSION optimize_hash_generation = 'true';
SET SESSION hive.optimized_reader_enabled = 'true';