We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c15face commit addd8b9Copy full SHA for addd8b9
1 file changed
src/iceberg/metrics/json_serde.cc
@@ -68,7 +68,6 @@ constexpr std::string_view kPositionalDeleteFiles = "positional-delete-files";
68
constexpr std::string_view kDvs = "dvs";
69
70
// CommitMetricsResult keys
71
-constexpr std::string_view kTotalDuration = "total-duration";
72
constexpr std::string_view kAttempts = "attempts";
73
constexpr std::string_view kAddedDataFiles = "added-data-files";
74
constexpr std::string_view kRemovedDataFiles = "removed-data-files";
0 commit comments