Details
Description
As there is a bug, we can still work around the issue by using the settings below (making sure the second setting is always at least 1000 times of the first setting):
set hive.direct.sql.max.query.length=1;
set hive.direct.sql.max.elements.in.clause=1000;
Attachments
Attachments
Issue Links
- is related to
-
HIVE-15267 Make query length calculation logic more accurate in TxnUtils.needNewQuery()
- Closed