Skip to content

Commit

Permalink
Remove cc_api_version stage 4: deletion where cc_api_version = 2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 671095853
  • Loading branch information
tfx-copybara committed Sep 4, 2024
1 parent 1c4cfff commit 358631a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
4 changes: 0 additions & 4 deletions tensorflow_data_validation/anomalies/proto/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ licenses(["notice"])
tfdv_proto_library(
name = "feature_statistics_to_proto_proto",
srcs = ["feature_statistics_to_proto.proto"],
cc_api_version = 2,
deps = [
":validation_config_proto",
"@com_github_tensorflow_metadata//tensorflow_metadata/proto/v0:cc_metadata_v0_proto_cc",
Expand All @@ -19,7 +18,6 @@ tfdv_proto_library(
tfdv_proto_library(
name = "validation_config_proto",
srcs = ["validation_config.proto"],
cc_api_version = 2,
deps = ["@com_github_tensorflow_metadata//tensorflow_metadata/proto/v0:cc_metadata_v0_proto_cc"],
)

Expand All @@ -33,7 +31,6 @@ tfdv_proto_library_py(
tfdv_proto_library(
name = "validation_metadata_proto",
srcs = ["validation_metadata.proto"],
cc_api_version = 2,
deps = ["@com_github_tensorflow_metadata//tensorflow_metadata/proto/v0:cc_metadata_v0_proto_cc"],
)

Expand All @@ -47,7 +44,6 @@ tfdv_proto_library_py(
tfdv_proto_library(
name = "custom_validation_config_proto",
srcs = ["custom_validation_config.proto"],
cc_api_version = 2,
deps = ["@com_github_tensorflow_metadata//tensorflow_metadata/proto/v0:cc_metadata_v0_proto_cc"],
)

Expand Down
5 changes: 2 additions & 3 deletions tensorflow_data_validation/data_validation.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ def tfdv_proto_library(
deps = [],
visibility = None,
testonly = 0,
cc_grpc_version = None,
cc_api_version = 2):
cc_grpc_version = None):
"""Opensource cc_proto_library."""
_ignore = [has_services, cc_api_version]
_ignore = [has_services]
native.filegroup(
name = name + "_proto_srcs",
srcs = srcs,
Expand Down
1 change: 0 additions & 1 deletion tensorflow_data_validation/skew/protos/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ licenses(["notice"])
tfdv_proto_library(
name = "feature_skew_results_proto",
srcs = ["feature_skew_results.proto"],
cc_api_version = 2,
)

tfdv_proto_library_py(
Expand Down

0 comments on commit 358631a

Please sign in to comment.