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

[Spark] Use location as the table path #3330

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Fokko
Copy link
Contributor

@Fokko Fokko commented Jul 2, 2024

Which Delta project/connector is this regarding?

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

Description

This will include the table path, to avoid defaulting to the path that Hive suggests.

How was this patch tested?

Does this PR introduce any user-facing changes?

@Fokko Fokko changed the title Use location as the table path [SPARK] Use location as the table path Jul 2, 2024
@Fokko Fokko changed the title [SPARK] Use location as the table path [Spark] Use location as the table path Jul 2, 2024
@@ -123,13 +122,15 @@ class ConvertToIcebergSuite extends QueryTest with Eventually {
withDefaultTablePropsInSQLConf {
deltaSpark.range(10).write.format("delta")
.option("path", testTablePath)
.option("delta.enableIcebergCompatV2", "true")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was unable to let the tests pass without this property.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Fokko Fokko force-pushed the fd-allow-setting-the-path branch 4 times, most recently from 84f821e to 2c6775c Compare July 4, 2024 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants