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

fix(#2256): use consistent units of time #2260

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

cmackenzie1
Copy link
Contributor

Description

Update timing fields using the suffix _ms to be in milliseconds.

Doing a quick grep through the repo I only found a few instances of this in the delete.rs file.

Related Issue(s)

Closes #2256

Documentation

@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Mar 7, 2024
Update timing fields using the suffix `_ms` to be in milliseconds.

Doing a quick grep through the repo I only found a few instances of this in the delete.rs file.

Closes delta-io#2256
@ion-elgreco
Copy link
Collaborator

@cmackenzie1 the metrics are optional anyways but just to get some consistency across other implementations, do you know if spark uses milli or micro precision?

@cmackenzie1
Copy link
Contributor Author

@ion-elgreco ion-elgreco enabled auto-merge (squash) March 7, 2024 16:46
@ion-elgreco ion-elgreco merged commit 3e6a4d6 into delta-io:main Mar 7, 2024
20 checks passed
@cmackenzie1 cmackenzie1 deleted the cole/issue-2256 branch March 27, 2024 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent units of time
2 participants