mrpowers-io / levi

Delta Lake helper methods. No Spark dependency.
MIT License
21 stars 8 forks source link

Added col stat helpers #10

Open robertkossendey opened 1 year ago

robertkossendey commented 1 year ago

Currently only limited working. The .get_add_actions() of delta-rs has a bug. If you overwrite the dataSkippingNumIndexedCols config of a table, the get_add_actions returns only the columns that are captured with the new config.

When time allows I will create a bug ticket in the delta-rs project.

robertkossendey commented 1 year ago

Opened up a ticket.