Skip to content

Fix intermediate result row count type - #8818

Open
Anastasiia_Karbova (Karbova) wants to merge 1 commit into
citusdata:mainfrom
Karbova:fix/intermediate-result-row-count
Open

Fix intermediate result row count type#8818
Anastasiia_Karbova (Karbova) wants to merge 1 commit into
citusdata:mainfrom
Karbova:fix/intermediate-result-row-count

Conversation

@Karbova

Copy link
Copy Markdown

DistributedResultFragment.rowCount was declared as int, while the row count is read as int64.

Use int64 for the struct field as well to avoid a narrowing conversion and preserve the full row count value.

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