lidavidm commented on code in PR #1093:
URL: https://github.com/apache/arrow-adbc/pull/1093#discussion_r1358409930
##########
c/driver/postgresql/postgres_copy_reader.h:
##########
@@ -1455,7 +1455,7 @@ class PostgresCopyStreamWriter {
NANOARROW_OK) {
return ADBC_STATUS_INTERNAL;
}
- PostgresCopyFieldWriter* child_writer;
+ PostgresCopyFieldWriter* child_writer = {};
Review Comment:
Activating a conda environment also sets a bunch of other env vars, look at
`cat $CONDA_PREFIX/etc/conda/activate.d/activate-gcc_linux-64.sh` inside a
conda environment with compilers installed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]