Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Use UUID for the key of Field #26

Open
tigercosmos opened this issue Jan 16, 2019 · 0 comments
Open

Use UUID for the key of Field #26

tigercosmos opened this issue Jan 16, 2019 · 0 comments

Comments

@tigercosmos
Copy link
Member

When there is a join, there might be fields with same name, like t1.a = t2.a. We cannot use field name as the key for hashmap in such condition, so we should replace the key by UUID. Checking the field name only when it needs, and operating data via the UUID.

use uuid

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant