delta-io/delta

[Kernel] Refactor ParquetBatchReader converter APIs

Open

#1,859 opened on Jun 23, 2023

View on GitHub
 (2 comments) (0 reactions) (1 assignee)Scala (2,100 forks)batch import
enhancementgood first issuekernel

Repository metrics

Stars
 (8,807 stars)
PR merge metrics
 (Avg merge 7d 1h) (142 merged PRs in 30d)

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