delta-io/delta

[Kernel] Refactor ParquetBatchReader converter APIs

Open

#1.859 aberto em 23 de jun. de 2023

Ver no GitHub
 (2 comments) (0 reactions) (1 assignee)Scala (2.100 forks)batch import
enhancementgood first issuekernel

Métricas do repositório

Stars
 (8.807 stars)
Métricas de merge de PR
 (Mesclagem média 7d 1h) (142 fundiu PRs em 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

Guia do colaborador