Skip to content

Commit 276a29b

Browse files
committed
Clean up, correct some stats check for stats with int type
PiperOrigin-RevId: 554974249
1 parent 9de9383 commit 276a29b

File tree

4 files changed

+592
-324
lines changed

4 files changed

+592
-324
lines changed

RELEASE.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@
1212
OSS build.
1313
* Depends on `pyarrow>=10,<11`.
1414
* Depends on `apache-beam>=2.47,<3`.
15-
* Depends on `numpy>=1.22.0`.
16-
* Depends on `tensorflow>=2.13.0,<3`.
15+
* Depends on `numpy>=1.22.0`.
16+
* Depends on `tensorflow>=2.13.0,<3`.
17+
* Added `BOOL_TYPE_INVALID_CONFIG` anomaly type. This anomaly will be raised
18+
in two conditions. First, if the statistic type is STRING and if either the
19+
user does not specifies both true and false values or specify the same value
20+
for true and false values. Second, if the statistic type is INT or FLOAT and
21+
the user specifies either true or false values.
1722

1823
## Known Issues
1924

0 commit comments

Comments
 (0)