Skip to content

Commit

Permalink
[Flight] Refactor emit and process functions (facebook#27234)
Browse files Browse the repository at this point in the history
Since we no longer have externally configured "process" methods, I just
inlined all of those.

The main thing in this refactor is that I just inlined all the error
branches into just `emitErrorChunk`. I'm not sure why it was split up an
repeated before but this seems simpler. I need it since I'm going to be
doing similar copies of this.
  • Loading branch information
sebmarkbage authored Aug 16, 2023
1 parent 0fb5b61 commit ade82b8
Showing 1 changed file with 74 additions and 218 deletions.
Loading

0 comments on commit ade82b8

Please sign in to comment.