reductionista edited a comment on issue #467: DL: Improve performance of mini-batch preprocessor URL: https://github.com/apache/madlib/pull/467#issuecomment-572210896 dev-check was failing on gpdb4.3 due to some tests of the new `convert_to_bytea()` function defined in `array_ops.sql_in` that use a builtin gpdb function `array_fill()` that was only added in gpdb5. Since this function is only intended for internal use in the deep learning module, and we don't support or even include that module in gpdb4.3, I fixed the failure by adding an `m4` macro to skip both the definition and the tests for `convert_to_bytea()`.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
