Description
query with limit is failing with NumberFormatException if the limit exceeds 32bit integer length.
create table sample1 as select * from sample limit 2248321440;
FAILED: NumberFormatException For input string: "2248321440"
query with limit is failing with NumberFormatException if the limit exceeds 32bit integer length.
create table sample1 as select * from sample limit 2248321440;
FAILED: NumberFormatException For input string: "2248321440"