delta-io/delta

[Kernel] Refactor ParquetBatchReader converter APIs

Open

#1,859 创建于 2023年6月23日

在 GitHub 查看
 (2 评论) (0 反应) (1 负责人)Scala (2,100 fork)batch import
enhancementgood first issuekernel

仓库指标

Star
 (8,807 star)
PR 合并指标
 (平均合并 7天 1小时) (30 天内合并 142 个 PR)

描述

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

贡献者指南