delta-io/delta

[Kernel] Refactor ParquetBatchReader converter APIs

Chiusa

#1859 aperta il 23 giu 2023

 (3 commenti) (0 reazioni) (1 assegnatario)Scala (2159 fork)batch import
enhancementgood first issuekernelstale

Metriche repository

Star
 (8950 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor