Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize empty check for BinaryData (#889)
Updated the condition to check if `partitionContent` is empty by using the `IsEmpty` property instead of converting it to a byte array and checking its length. This change improves efficiency and readability.
- Loading branch information