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

[CI] Use alias for table.struct #9894

Merged
merged 1 commit into from
Apr 1, 2024
Merged

[CI] Use alias for table.struct #9894

merged 1 commit into from
Apr 1, 2024

Conversation

jayzhan211
Copy link
Contributor

@jayzhan211 jayzhan211 commented Apr 1, 2024

Which issue does this PR close?

A workaround to fix Closes #9891 .
Replace the problematic struct literal with alias
We can support accessing table with explicit struct literal later on.

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
@github-actions github-actions bot added the sqllogictest SQL Logic Tests (.slt) label Apr 1, 2024
@jayzhan211 jayzhan211 changed the title Use alias for table.struct [CI] Use alias for table.struct Apr 1, 2024
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @jayzhan211 -- sorry for messing this up.

See #9891 (comment)

I'll try and go do the follow on #9839

@alamb alamb merged commit 9487ca0 into apache:main Apr 1, 2024
26 checks passed
@alamb
Copy link
Contributor

alamb commented Apr 1, 2024

Thank you @jayzhan211

@alamb
Copy link
Contributor

alamb commented Apr 1, 2024

Merging this in to get CI clean again.

alamb added a commit to alamb/datafusion that referenced this pull request Apr 1, 2024
Lordworms pushed a commit to Lordworms/arrow-datafusion that referenced this pull request Apr 1, 2024
Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
alamb added a commit that referenced this pull request Apr 2, 2024
* Revert "use alias (#9894)"

This reverts commit 9487ca0.

* Use `struct` instead of `named_struct` when there are no aliases

* Update docs

* fmt
wiedld pushed a commit to influxdata/arrow-datafusion that referenced this pull request Apr 5, 2024
…che#9897)

* Revert "use alias (apache#9894)"

This reverts commit 9487ca0.

* Use `struct` instead of `named_struct` when there are no aliases

* Update docs

* fmt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sqllogictest SQL Logic Tests (.slt)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

expr.slt test failing in main
2 participants