Skip to content

Conversation

@leaves12138
Copy link
Contributor

Purpose

Data evolution table total records in snapshot should be more accurate

Tests

API and Format

Documentation

deltaRecordCount = nextRowIdStart - firstRowIdStart;
totalRecordCount = nextRowIdStart;
} else {
deltaRecordCount = recordCountAdd(deltaFiles) - recordCountDelete(deltaFiles);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we don't need to modify here, we should also modify split row count just like python.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can modify here too, it depends on how it defines

@JingsongLi
Copy link
Contributor

Should we also modify split row count just like python?

@leaves12138
Copy link
Contributor Author

Should we also modify split row count just like python?

Sure~ Fixed as requested~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants