-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [x] We need to put `*mut ParquetWriterContext` into `PgParquetDestReciever`. As it is opaque type to C users, it is safe to do and way safer than static context which causes headache when 2 concurrent dest receiver is running. - [x] PgParquetDestReceiver should not own and drop tupledesc that is received via its startup callback. That is unexpected for the caller. - [x] We should not filter our dropped columns of the given tupledesc at startup callback since it cause "tupledesc does not match tuple" errors.
- Loading branch information
1 parent
30fb0c6
commit 47a0209
Showing
3 changed files
with
65 additions
and
97 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
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