-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue related to duplicate collation (#531)
Summary: Pull Request resolved: #531 Since we want users to always provide their own collation in the DataPipe graph, we add this function to avoid duplicate collation. It will no longer be needed once this reading service no longer relies on DLv1. Separately, the [linter issue](#364) is modified to track the fact that we want users to always provide a `Collator`. Fixes part of #530 Test Plan: Imported from OSS Reviewed By: VitalyFedyunin Differential Revision: D37348504 Pulled By: NivekT fbshipit-source-id: d04f425dae47d679edad2ad5669b10e29b831500
- Loading branch information
1 parent
cc3f866
commit 6c8f778
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters