Skip to content

v1.0.2

Compare
Choose a tag to compare
@matthewwardrop matthewwardrop released this 06 Dec 23:34

A minor release that improves query times the PySparkClient, which formerly used DataFrame.toLocalIterator() instead of .collect() in non-streaming cases, resulting in slower and more memory consuming queries where streaming was not required.