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

GH-45362: [C++] Fix Identity cast for time scalar #45370

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mapleFU
Copy link
Member

@mapleFU mapleFU commented Jan 28, 2025

Rationale for this change

See #45362

What changes are included in this PR?

The pr #40237 introduce code:

// time to time
template <typename To, typename From, typename T = typename To::TypeClass>

However, the Time64Type::TypeClass doesn't exists, so SFINAE always failed.

Are these changes tested?

Yes

Are there any user-facing changes?

bugfix

@mapleFU mapleFU requested a review from zanmato1984 January 28, 2025 17:23
Copy link

⚠️ GitHub issue #45362 has been automatically assigned in GitHub to PR creator.

@mapleFU
Copy link
Member Author

mapleFU commented Jan 29, 2025

Windows CI failed seems to be related.

@mapleFU mapleFU force-pushed the GH-45362 branch 2 times, most recently from a615d7c to 22134a8 Compare January 29, 2025 13:42
@mapleFU
Copy link
Member Author

mapleFU commented Jan 30, 2025

Also cc @pitrou since this is new year and @zanmato1984 might not have time for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant