Commit e11c104
Fixing test breakages caused by newer versions of our dependencies.
- example_proto_coder_test: default implementation uses 'python' proto mode. We were previously relying on the fact that some of our dependencies set the proto implementation mode to 'cpp' (by checking it against the default value of `proto_implementation_type` flag). This change explicitly sets the implementation mode to 'cpp' for the test.
- impl_test: beam's error msg is slightly different in newer version (of apache-beam?) ("list" vs "<class 'list'>"), so I generalized it.
PiperOrigin-RevId: 4744192831 parent 1b2d9b6 commit e11c104
File tree
2 files changed
+4
-5
lines changed- tensorflow_transform
- beam
- coders
2 files changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4316 | 4316 | | |
4317 | 4317 | | |
4318 | 4318 | | |
4319 | | - | |
| 4319 | + | |
4320 | 4320 | | |
4321 | | - | |
| 4321 | + | |
4322 | 4322 | | |
4323 | 4323 | | |
4324 | 4324 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
0 commit comments