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

[#436] fix(catalog-lakehouse): create dummy reportMetrics interface to remove warning message when spark writing data using IcebergRestCatalog #449

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

FANNG1
Copy link
Contributor

@FANNG1 FANNG1 commented Sep 25, 2023

What changes were proposed in this pull request?

add reportMetrics interfaces

Why are the changes needed?

remove warning message when spark writing&reading data using IcebergRestCatalog

Fix: #436

Does this PR introduce any user-facing change?

add new Iceberg REST interface

How was this patch tested?

  1. UT
  2. real env

@github-actions
Copy link

github-actions bot commented Sep 25, 2023

Code Coverage Report

Overall Project 63.53% 🟢
Files changed 100% 🟢

Module Coverage
catalog-lakehouse 76.76% 🟢
Files
Module File Coverage
catalog-lakehouse IcebergTableOperations.java 95.9% 🟢

@FANNG1 FANNG1 requested a review from Clearvive September 25, 2023 12:52
@PathParam("namespace") String namespace,
@PathParam("table") String table,
ReportMetricsRequest request) {
return IcebergRestUtils.noContent();
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this a plan to implement it in the future, and should TODO be added?

Copy link
Contributor

Choose a reason for hiding this comment

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

@sandflee please reply this comment, thanks.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, this PR just add a mock interface to remove the spark warning message, How to store and retrieve the metrics may be an attractive feature, needs a detailed design。

Copy link
Contributor Author

Choose a reason for hiding this comment

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

add #453 to track

@jerryshao jerryshao changed the title [#436] fix: create Mock reportMetrics interface to remove warning message when spark writing data using IcebergRestCatalog [#436] fix(catalog-lakehouse): create dummy reportMetrics interface to remove warning message when spark writing data using IcebergRestCatalog Sep 26, 2023
@jerryshao jerryshao merged commit 25c1123 into apache:main Sep 26, 2023
1 check passed
Clearvive pushed a commit that referenced this pull request Oct 17, 2023
…o remove warning message when spark writing data using IcebergRestCatalog (#449)

### What changes were proposed in this pull request?
add `reportMetrics` interfaces

### Why are the changes needed?
remove warning message when spark writing&reading data using
IcebergRestCatalog

Fix: #436 

### Does this PR introduce _any_ user-facing change?
add new Iceberg REST interface

### How was this patch tested?
1. UT
2. real env
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.

[Improvement] unexpected warning message when spark writing data using IcebergRestCatalog
3 participants