Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • There is not any impact on existing users, it is adding a new feature
  • I am using Integer.MAX_VALUE as a default value for maxBatchesSizeOpt as FileRecords accepts Integer as for end parameter, that means we previously had a limitation of this value. So when the new parameter is not passed it will send the integer.MAX_VALUE which will be the equivalent of reading the whole file (if it does not exceeds the 2 GB) right now based on FileRecord class this limitation already already exists