delta-io/delta

[Feature Request] Add collectStats option to DeltaTable.convertToDelta method

Open

#1.385 geöffnet am 20. Sept. 2022

Auf GitHub ansehen
 (6 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Scala (2.100 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (8.807 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 7T 1h) (142 gemergte PRs in 30 T)

Beschreibung

Feature request

Here's the current method signature for DeltaTable.convertToDelta:

DeltaTable.convertToDelta(spark, identifier, partitionSchema)

It'd be nice if there was a collectStats option that'd let users skip statistics collection if that's a bottleneck when they're trying to convert a Parquet lake to a Delta Lake.

Further details

Looks like collectStats is set to false in this file. Perhaps it'll be relatively straightforward to expose this option via the different language APIs.

Willingness to contribute

The Delta Lake Community encourages new feature contributions. Would you or another member of your organization be willing to contribute an implementation of this feature?

  • Yes. I can contribute this feature independently.
  • Yes. I would be willing to contribute this feature with guidance from the Delta Lake community.
  • No. I cannot contribute this feature at this time.

Contributor Guide