Skip to content

Customize fetch-size

Compare
Choose a tag to compare
@pravinbhat pravinbhat released this 01 Dec 22:21
· 650 commits to main since this release
baaf92c
  • Adds capability to customize fetch-size (fixes FrameTooLongException tables with large rows)
  • Set the spark.read.fetch.sizeInRows property to applicable value (defaults to 1000). If you are getting FrameTooLongException, reduce this value to a lower number until the issue is resolved.