miller/pkg
cobyfrombrooklyn-bot f20da1953e
fix: stats1 null_count with --fr regex gives wrong results (#1994)
When using --fr (regex field selector) with stats1 -a null_count, void
(empty) field values were unconditionally skipped in
ingestWithValueFieldRegexes, causing null_count to always report 0.

The non-regex path (ingestWithoutValueFieldRegexes) already had a special
case that allows void values through for null_count accumulators. This
commit adds the same exception to the regex path.

Fixes #1639

Co-authored-by: cobyfrombrooklyn-bot <cobyfrombrooklyn-bot@users.noreply.github.com>
2026-04-19 10:52:37 -04:00
..
auxents Performance and style fixes (#1981) 2026-02-18 09:19:31 -05:00
bifs Fix crash on array compare containing absent values (#2039) 2026-04-17 09:50:34 -04:00
cli Add DKVPX file format (#2002) 2026-03-02 22:35:08 -05:00
climain Improve error propagation (#1975) 2026-02-16 16:48:41 -05:00
colorizer Multiple style updates (#1974) 2026-02-16 15:49:21 -05:00
dkvpx Add DKVPX file format (#2002) 2026-03-02 22:35:08 -05:00
dsl Add hasvalue builtin function (#2026) 2026-04-08 08:33:12 -04:00
entrypoint Improve error propagation (#1975) 2026-02-16 16:48:41 -05:00
go-csv Some fixes for staticcheck (#2006) 2026-03-03 09:27:03 -05:00
input Some fixes for staticcheck (#2006) 2026-03-03 09:27:03 -05:00
lib Follow-up for #1981 (#1982) 2026-02-18 10:25:21 -05:00
mlrval Fix issue #1983 (#2040) 2026-04-19 10:44:53 -04:00
output fix: preserve key order in YAML output (#2034) 2026-04-12 09:43:09 -04:00
parsing Replace GOCC parser-generator with PGPG (#2015) 2026-03-15 22:28:57 -04:00
pbnjay-strptime Performance and style fixes (#1981) 2026-02-18 09:19:31 -05:00
platform Performance and style fixes (#1981) 2026-02-18 09:19:31 -05:00
runtime Experiment with mlr script (#2009) 2026-03-05 20:14:32 -05:00
scan Performance and style fixes (#1981) 2026-02-18 09:19:31 -05:00
stream Multiple style updates (#1974) 2026-02-16 15:49:21 -05:00
terminals Replace GOCC parser-generator with PGPG (#2015) 2026-03-15 22:28:57 -04:00
transformers fix: stats1 null_count with --fr regex gives wrong results (#1994) 2026-04-19 10:52:37 -04:00
types Update performance docs (#1991) 2026-02-22 17:04:35 -05:00
version Add a ./tools/release.sh script (#2043) 2026-04-19 10:43:01 -04:00
README.md Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00

Please see ../../README-dev.md for an overview; please see each subdirectory for details about it.