Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG][Spark][Uniform] Reorg Table for Uniform upgrades minReaderVersion to 3, documentation says it should be 2 #2980

Open
2 of 8 tasks
danielsahal opened this issue Apr 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@danielsahal
Copy link

Bug

Which Delta project/connector is this regarding?

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

Describe the problem

Delta documentation states that:

To enable UniForm, you must fulfill the following requirements:
The Delta table must have a minReaderVersion >= 2 and minWriterVersion >= 7.

However when running REORG TABLE table_name APPLY (UPGRADE UNIFORM(ICEBERG_COMPAT_VERSION=2) it upgrades the minReaderVersion to 3, as it is in source code HERE.

It looks like it's either a mistake in documentation or bug in a code.

Steps to reproduce

Observed results

Expected results

Further details

Environment information

  • Delta Lake version:
  • Spark version:
  • Scala version:

Willingness to contribute

The Delta Lake Community encourages bug fix contributions. Would you or another member of your organization be willing to contribute a fix for this bug to the Delta Lake code base?

  • Yes. I can contribute a fix for this bug independently.
  • Yes. I would be willing to contribute a fix for this bug with guidance from the Delta Lake community.
  • No. I cannot contribute a bug fix at this time.
@danielsahal danielsahal added the bug Something isn't working label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant