microsoft / hyperspace

An open source indexing subsystem that brings index-based query acceleration to Apache Spark™ and big data workloads.
https://aka.ms/hyperspace
Apache License 2.0
423 stars 115 forks source link

Support case-insensitivity in Join Index Rule V2 #125

Open apoorvedave1 opened 4 years ago

apoorvedave1 commented 4 years ago

Describe the issue

Currently JoinIndexRuleV2 from pr #124 is written without consideration of case-sensitivity in mind. Update code to support case-(in)sensitivity

To Reproduce

Expected behavior

Environment

apoorvedave1 commented 4 years ago

can we take it in a separate PR? cc @imback82

imback82 commented 4 years ago

Sure.

rapoth commented 3 years ago

@apoorvedave1 Is this still valid and if so, can you please take care of it in your existing PR #124 ?