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

[FEATURE][Calcite Engine] Support access to nested fields after command FIELD #3459

Open
qianheng-aws opened this issue Mar 21, 2025 · 0 comments
Labels
calcite calcite migration releated enhancement New feature or request

Comments

@qianheng-aws
Copy link
Contributor

Is your feature request related to a problem?
Need to support access nested fields after command FIELD.

PPL like below, although it has projection only includes field city, we still expect to use nested field city.name since it's nested in field city.

source=sql_test_index__deep_nested | fields city | sort city.name

Background:
PPL will expand and flatten all nested fields in it's table schema, so we can access them easily.

@qianheng-aws qianheng-aws added enhancement New feature or request untriaged labels Mar 21, 2025
@LantaoJin LantaoJin added calcite calcite migration releated and removed untriaged labels Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
calcite calcite migration releated enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants