Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support dot syntax access field for Map type column #63652

Open
hanjm opened this issue May 11, 2024 · 1 comment
Open

Support dot syntax access field for Map type column #63652

hanjm opened this issue May 11, 2024 · 1 comment
Labels
feature st-hold We've paused the work on issue for some reason

Comments

@hanjm
Copy link

hanjm commented May 11, 2024

Use case

Currently, access Map type column syntax is map['key'], mostly case map key is a strict string, could it support dot syntax access field for simplified? like map.key, it is more easy for input.

Describe the solution you'd like

dot access map field, like map.key

Additional context

  1. ElasticSearch support dot syntax for document field access.
  2. Javascript support dot access map object.
  3. Python support dot access dictionary member. https://pypi.org/project/dotmap/
@hanjm hanjm added the feature label May 11, 2024
@alexey-milovidov alexey-milovidov added the st-hold We've paused the work on issue for some reason label May 12, 2024
@alexey-milovidov
Copy link
Member

Should not be implemented before #54864

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature st-hold We've paused the work on issue for some reason
Projects
None yet
Development

No branches or pull requests

2 participants