snowflake-jdbc
snowflake-jdbc copied to clipboard
SNOW-538317: Add a way to split a ResultSet into a predefined number of parts
There is a method a method to split a ResultSet into a list SnowflakeResultSetSerializable with a size limit in bytes called getResultSetSerializables
Ideally when we want to process the result in parallel, if we have N processors we'd rather have N result set parts, with each part having approximately the same size.
Can you please add a method to split a ResultSet in N SnowflakeResultSetSerializable ?