atlasdb icon indicating copy to clipboard operation
atlasdb copied to clipboard

TableReference case sensitivity

Open clockfort opened this issue 5 years ago • 0 comments

TableReference#equals doesn't do a case-insensitive compare of namespace/tablenames even though these are generally treated as case-insensitive at multiple DB layers.

Do we want to explicitly define the case-insensitivity all the way up to this java level?

clockfort avatar Apr 30 '19 22:04 clockfort