Skip to content

Flattened field root blockloader tests: only apply null_value in some cases#143521

Merged
jordan-powers merged 4 commits intoelastic:mainfrom
jordan-powers:fix-flattened-field-root-block-loader-tests
Mar 4, 2026
Merged

Flattened field root blockloader tests: only apply null_value in some cases#143521
jordan-powers merged 4 commits intoelastic:mainfrom
jordan-powers:fix-flattened-field-root-block-loader-tests

Conversation

@jordan-powers
Copy link
Copy Markdown
Contributor

@jordan-powers jordan-powers commented Mar 3, 2026

The flattened field root block loader returns a json blob of the contents of the flattened field. Similar to synthetic_source, the blockloader will replace null in the returned json with the configured null_value only when loading from doc values.

Fixes #143412
Fixes #143413
Fixes #143414
Fixes #143514

@jordan-powers jordan-powers self-assigned this Mar 3, 2026
@jordan-powers jordan-powers added >test Issues or PRs that are addressing/adding tests :StorageEngine/Mapping The storage related side of mappings labels Mar 3, 2026
@elasticsearchmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-storage-engine (Team:StorageEngine)

@jordan-powers jordan-powers enabled auto-merge (squash) March 3, 2026 21:56
@jordan-powers jordan-powers merged commit ac50d22 into elastic:main Mar 4, 2026
35 checks passed
burqen pushed a commit to burqen/elasticsearch that referenced this pull request Mar 5, 2026
… cases (elastic#143521)

The flattened field root block loader returns a json blob of the contents
of the flattened field. Similar to synthetic_source, the blockloader will
replace null in the returned json with the configured null_value only when
loading from doc values.
jfreden pushed a commit to jfreden/elasticsearch that referenced this pull request Mar 5, 2026
… cases (elastic#143521)

The flattened field root block loader returns a json blob of the contents
of the flattened field. Similar to synthetic_source, the blockloader will
replace null in the returned json with the configured null_value only when
loading from doc values.
spinscale pushed a commit to spinscale/elasticsearch that referenced this pull request Mar 6, 2026
… cases (elastic#143521)

The flattened field root block loader returns a json blob of the contents
of the flattened field. Similar to synthetic_source, the blockloader will
replace null in the returned json with the configured null_value only when
loading from doc values.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment