delta-io/delta

[Kernel] Refactor ParquetBatchReader converter APIs

Closed

#1,859 opened on Jun 23, 2023

 (3 comments) (0 reactions) (1 assignee)Scala (2,159 forks)batch import
enhancementgood first issuekernelstale

Repository metrics

Stars
 (8,950 stars)
PR merge metrics
 (PR metrics pending)

Description

As noted in the comments here https://github.com/delta-io/delta/pull/1856#discussion_r1239171329 https://github.com/delta-io/delta/pull/1856#discussion_r1239172398 refactor the changes in that PR.

  • Change moveToNextRow() --> moveToNextRow(long index) everywhere
  • Update FileRowIndexColumnConverter to not extend LongColumnConverter

Contributor guide