Erez Shinan

Results 356 comments of Erez Shinan

Hi @johnson-jay-l , It appears that data-diff didn't recognize your column as alphanumeric. Please install the latest `master` branch, and try again. If you're still getting this error, please check...

Hi @IgnorantWalking ! Our alphanum implementation doesn't expect to see dashes (`-`) between the numbers, unless it's a UUID. A few questions: 1. In your system, do dashes count as...

Yes, I understand your use-case, it makes sense to me. Keys of varying size aren't supported right now, but they are on our TODO. I believe they shouldn't be too...

Hi @IgnorantWalking , I have implemented a solution for this use-case in PR #235 . It's a complete re-write of how we handle alphanumerics. It would be really helpful if...

Hello, thank you for opening this feature request. We have not yet tested data-diff with records. Can you please describe the current behavior? Are you getting an error message, or...

If I understand correctly, data-diff currently can diff whole records, and you would like the ability to only diff specific fields inside a record? i.e. diff a subset of a...

It could be used, for example, to validate short-term backups, or data versioning. Also, since we'll be using joins instead of hashing, large diffs won't have such a big effect...

# Plan 1. Make sure there are no duplicate keys or NULL keys 2. Split the tables into small segments, like in our checksum diff, so we can query from...