S3tuit commented on PR #5702: URL: https://github.com/apache/hop/pull/5702#issuecomment-3340040450
@mattcasters I pushed updates that fix the UUID sort in the table view, enable the `pgcrypto` extension at container startup, and add this integration test: 1. create a table with 5 UUIDs (`gen_random_uuid(`)) 2. use two Table Input, one reads the UUID column as `UUID`, the other reads the same column as `UUID::CHAR(36)` 3. convert the string stream back to UUID 4. join the two streams to de-duplicate 5. write to a table and assert it has exactly 5 rows -- 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]
