Commit 65a5f04
[presto] Revert folly shim changes in presto-trunk that failed to sync to GitHub (#27541)
Summary:
D97588318 and D97588319 updated folly references in presto-trunk from
`folly/experimental/EventCount.h` to `folly/synchronization/EventCount.h` and
`folly/experimental/FunctionScheduler.h` to `folly/executors/FunctionScheduler.h`.
These changes could not be merged on GitHub by the meta-codesync bot because
it lacks committer permissions on the `prestodb/presto` org (same root cause
as T256517905). This caused DiffTrain to fail consecutively (T263737022).
Reverting the presto-trunk portion of these diffs so that fbsource stays in
sync with the GitHub OSS repo. The folly shim headers still forward to the
correct location, so this is safe.
Reviewed By: amitkdutta
Differential Revision: D999023901 parent 65cf3e9 commit 65a5f04
File tree
4 files changed
+4
-4
lines changed- presto-native-execution/presto_cpp/main
- tests
4 files changed
+4
-4
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments