-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Run CI with latest (Rust 1.80), add ticket references to commented out tests #11661
Conversation
@@ -1932,6 +1932,7 @@ mod tests { | |||
} | |||
|
|||
// FIXME(#TODO) test fails with feature `force_hash_collisions` | |||
// https://github.com/apache/datafusion/issues/11658 |
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.
( #11658 )
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
[toolchain] |
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.
@jayzhan211 can you please approve & merge? |
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.
lgtm! thanks @alamb
Which issue does this PR close?
Closes #11657
Rationale for this change
Thus we should remove the temporary pin workaround
What changes are included in this PR?
Are these changes tested?
By CI
Are there any user-facing changes?
No, this is all entirely development process