You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @wangvsa, thanks for catching the bug with bdcats_batch, can you create a pull request to replace the PDC_WRITE with PDC_READ?
I'd propose to use PDCobj_open_col() for both bdcats and bdcats_batch.
Bug Report
Replace
PDC_WRITE
withPDC_READ
for all create calls.pdc/examples/bdcats_batch.c
Line 247 in a47af22
Replace
writing
withreading
.pdc/examples/bdcats_batch.c
Line 107 in a47af22
bdcats.c uses
PDCobj_open()
but here we usePDCobj_open_col()
. Should we keep them the same?The text was updated successfully, but these errors were encountered: