Alice Fan created HIVE-20226: -------------------------------- Summary: query.setRange(0, maxEvents) in ObjectStore will throw exception when maxEvents exceed 50M Key: HIVE-20226 URL: https://issues.apache.org/jira/browse/HIVE-20226 Project: Hive Issue Type: Bug Components: Metastore Affects Versions: 3.0.0 Reporter: Alice Fan
query.setRange(0, maxEvents) in ObjectStore will throw exception when maxEvents exceed 50M. java.sql.SQLException: setMaxRows() out of range. 2147483647 > 50000000. -- This message was sent by Atlassian JIRA (v7.6.3#76005)