-
Notifications
You must be signed in to change notification settings - Fork 0
add an iceberg table loader #178
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will need to double-check code organisation when I'm a bit less asleep, but content looks good, just some small quirks in error handling.
I might be too asleep but I can't find any test where we read an iceberg table using the delta-sharing connector (i.e. through Spark or testing the "query" endpoint).
We should add such test
server/core/src/main/java/io/whitefox/core/MetastoreProperties.java
Outdated
Show resolved
Hide resolved
server/core/src/main/java/io/whitefox/core/aws/utils/StaticCredentialsProvider.java
Outdated
Show resolved
Hide resolved
server/core/src/main/java/io/whitefox/core/services/AwsGlueConfigBuilder.java
Outdated
Show resolved
Hide resolved
server/core/src/main/java/io/whitefox/core/services/AbstractSharedTable.java
Outdated
Show resolved
Hide resolved
server/core/src/main/java/io/whitefox/core/services/IcebergCatalogHandler.java
Show resolved
Hide resolved
server/core/src/main/java/io/whitefox/core/services/IcebergCatalogHandler.java
Show resolved
Hide resolved
server/core/src/main/java/io/whitefox/core/services/IcebergCatalogHandler.java
Outdated
Show resolved
Hide resolved
server/core/src/main/java/io/whitefox/core/services/IcebergSharedTable.java
Show resolved
Hide resolved
server/core/src/main/java/io/whitefox/core/services/IcebergTableLoader.java
Outdated
Show resolved
Hide resolved
server/core/src/main/java/io/whitefox/core/services/IcebergTableLoader.java
Show resolved
Hide resolved
server/core/src/main/java/io/whitefox/core/services/AwsGlueConfigBuilder.java
Outdated
Show resolved
Hide resolved
server/core/src/main/java/io/whitefox/core/services/AbstractSharedTable.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still one small thing to fix 👍
No description provided.