delta-io/delta

[Kernel] Validate readSchema is a subset of the table schema in ScanBuilder

Fermée

#2 149 ouverte le 6 oct. 2023

 (6 commentaires) (0 réaction) (1 personne assignée)Scala (2 159 forks)batch import
enhancementgood first issuekernelstale

Métriques du dépôt

Stars
 (8 950 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

Feature request

Which Delta project/connector is this regarding?

  • Spark
  • Standalone
  • Flink
  • Kernel
  • Other (fill in here)

Overview

Validate that the read schema provided in ScanBuilder is a subset of the snapshot schema. https://github.com/delta-io/delta/blob/master/kernel/kernel-api/src/main/java/io/delta/kernel/internal/ScanBuilderImpl.java#L80

Motivation

Better validation / error messages.

Guide contributeur