Skip to content

show missing value as '.' instead of null#1755

Merged
danichiavegatto merged 1 commit intomainfrom
fix/missing-values
Feb 13, 2026
Merged

show missing value as '.' instead of null#1755
danichiavegatto merged 1 commit intomainfrom
fix/missing-values

Conversation

@danichiavegatto
Copy link
Collaborator

Summary:
When making the request for rows, we weren't requesting missing values to be formatted, so instead they were being returned as (null). Adding in the right request parameter returns the expected missing '.' value instead.

Testing:

  • Made sure empty values displayed in the table viewer as '.' instead of empty values

Signed-off-by: Dani Chiavegatto <danichiavegatto@gmail.com>
@scottdover
Copy link
Contributor

Nice find! Thanks, @danichiavegatto

@dahils dahils added testing Test the pull requests testing-complete Complete the pull requests testing and removed verification-needed testing Test the pull requests labels Feb 12, 2026
@dahils dahils assigned danichiavegatto and unassigned dahils Feb 12, 2026
@danichiavegatto danichiavegatto merged commit 8bf189c into main Feb 13, 2026
3 checks passed
@danichiavegatto danichiavegatto deleted the fix/missing-values branch February 13, 2026 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testing-complete Complete the pull requests testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants