Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes row count from str to int #10

Closed
wants to merge 1 commit into from
Closed

Conversation

jadudm
Copy link

@jadudm jadudm commented Aug 29, 2024

The JSON structure was storing row counts as strings; this converts it to ints.

In other words, it converts the record structure from [string, string] to [string, integer], so that we can compute over the row counts later if we need to.

Note that if the Atoi fails, we will store -1 as the row count.

The JSON structure was storing row counts as strings; this converts it
to `int`s.
@jadudm jadudm requested a review from asteel-gsa August 29, 2024 13:17
@jadudm jadudm closed this Aug 29, 2024
@jadudm jadudm deleted the jadudm/int-row-count branch October 29, 2024 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant