-
Notifications
You must be signed in to change notification settings - Fork 62
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
Ports v0.14.9 changes #1702
base: main
Are you sure you want to change the base?
Ports v0.14.9 changes #1702
Conversation
7fa8526
to
713259f
Compare
<<<<<<< HEAD | ||
[Unreleased]: https://github.com/partiql/partiql-lang-kotlin/compare/v1.0.0-rc.3...HEAD | ||
[1.0.0-rc.3]: https://github.com/partiql/partiql-lang-kotlin/compare/v1.0.0-rc.2...v1.0.0-rc.3 | ||
[1.0.0-rc.2]: https://github.com/partiql/partiql-lang-kotlin/compare/v1.0.0-rc.1...v1.0.0-rc.2 | ||
[1.0.0-rc.1]: https://github.com/partiql/partiql-lang-kotlin/compare/v1.0.0-perf.1...v1.0.0-rc.1 | ||
[0.14.9]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.8...v0.14.9 | ||
======= | ||
[Unreleased]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.9...HEAD | ||
[0.14.8]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.8...v0.14.9 | ||
>>>>>>> 8634620e2 ([0.14.9-SNAPSHOT] Adds warnings for `EXCLUDE` paths that don't exclude any value (#1586)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably we can leave out the CHANGELOG changes from the cherry-pick?
@Test | ||
@Disabled("In August 2024, the table lookup logic changed. This resolves using the current namespace, causing this to fail. This should be looked at. See https://github.com/partiql/partiql-lang-kotlin/commit/7aeb1bea0ee2599cc4a95c6d6fa067e4a7c0028c#diff-b5c8e5a6d813b88ee2a4d21451f116aa90d57bb04330ea7a36813474eafefb66") | ||
fun excludeWithShadowedGlobalName() { | ||
val tc = SuccessTestCase( | ||
name = "EXCLUDE with an open struct - no warning or error", | ||
catalog = CATALOG_B, | ||
key = key("exclude-39"), | ||
expected = PType.bag(PType.dynamic()) | ||
) | ||
runTest(tc) | ||
} | ||
|
||
@Test | ||
@Disabled("In August 2024, the table lookup logic changed. This resolves using the current namespace, causing this to fail. This should be looked at. See https://github.com/partiql/partiql-lang-kotlin/commit/7aeb1bea0ee2599cc4a95c6d6fa067e4a7c0028c#diff-b5c8e5a6d813b88ee2a4d21451f116aa90d57bb04330ea7a36813474eafefb66.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll cut an issue to track.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant Issues
EXCLUDE
paths that don't exclude any value #1586main
#1673Description
EXCLUDE
paths that don't exclude any value #1586 tomain
fromv0.14.9
, converts the use of StaticType to PType, and rebases.License Information
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.