mattcasters opened a new issue, #8154: URL: https://github.com/apache/hop/issues/8154
### What would you like to happen? Right now if you try to bulk load binary data, say a 16-byte hash key, the PG bulk load transform throws exception: `PGBulkLoader doesn't handle the type Binary` This is unnessecary since we can convert the binary data to hex `\xffd8deadbeef...` ### Issue Priority Priority: 3 ### Issue Component Component: Transforms -- 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]
