Open bharathregal opened 6 years ago
which FDW are you using ?
Issue is likely fixed by my PR #216 .
It's been a while since the last release. Could we maybe have a new one to include the latest patches?
There is a bunch of patches I had to add to the Debian package to make it work, please consider importing these: https://salsa.debian.org/postgresql/postgresql-multicorn/tree/master/debian/patches
Thanks.
(I'm posting that here because I just uploaded a git snapshot that includes the referenced PR because a customer needs it.)
@df7cb I've merged that patch about month ago. I will be looking more closely to one more, to find what is regression there.
When the data has null values between, it would populate rest of the consecutive columns as null as well.
for ex: col1|col2|col3|col4 a|b||d
Above record would null out col4 as well due to null in col3.