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

SNOW-1347387 Raise not implemented error for Series.dt.* methods #1447

Merged
merged 1 commit into from
May 2, 2024

Conversation

sfc-gh-nkumar
Copy link
Contributor

@sfc-gh-nkumar sfc-gh-nkumar commented Apr 26, 2024

Please answer these questions before submitting your pull requests. Thanks!

  1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.

    Fixes SNOW-1347387

  2. Fill out the following pre-review checklist:

    • I am adding a new automated test(s) to verify correctness of my new code
    • I am adding new logging messages
    • I am adding a new telemetry message
    • I am adding new credentials
    • I am adding a new dependency
  3. Please describe how your code solves the related issue.

    Raise not implemented error for Series.dt.* methods instead of falling back to native pandas.
    NOTE: I have kept the existing tests mostly unmodified even though there is redundancy. This can be useful when we implement these APIs.
    NOTE: This also require updates in docs/*supported.rst files. These files are not yet ported from snowpandas. So will do a follow up PR to update the docs.

@sfc-gh-nkumar sfc-gh-nkumar force-pushed the nkumar-SNOW-1347387-fallback-dt branch 2 times, most recently from 20e0e50 to 1be345a Compare April 30, 2024 05:13
@sfc-gh-nkumar sfc-gh-nkumar marked this pull request as ready for review April 30, 2024 05:13
@sfc-gh-nkumar sfc-gh-nkumar requested a review from a team as a code owner April 30, 2024 05:13
@sfc-gh-nkumar sfc-gh-nkumar added NO-CHANGELOG-UPDATES This pull request does not need to update CHANGELOG.md NO-PANDAS-CHANGEDOC-UPDATES This PR does not update Snowpark pandas docs labels Apr 30, 2024
Copy link
Contributor

@sfc-gh-mvashishtha sfc-gh-mvashishtha left a comment

Choose a reason for hiding this comment

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

LGTM

src/snowflake/snowpark/modin/pandas/series_utils.py Outdated Show resolved Hide resolved
@sfc-gh-nkumar sfc-gh-nkumar force-pushed the nkumar-SNOW-1347387-fallback-dt branch from 1be345a to a2c22b8 Compare April 30, 2024 20:08
Copy link
Contributor

@sfc-gh-helmeleegy sfc-gh-helmeleegy left a comment

Choose a reason for hiding this comment

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

Thanks for making all the changes!

@sfc-gh-nkumar sfc-gh-nkumar force-pushed the nkumar-SNOW-1347387-fallback-dt branch from a2c22b8 to 622328e Compare May 1, 2024 00:16
@sfc-gh-nkumar sfc-gh-nkumar force-pushed the nkumar-SNOW-1347387-fallback-dt branch 3 times, most recently from bb7332e to 1632074 Compare May 1, 2024 19:24
@sfc-gh-nkumar sfc-gh-nkumar enabled auto-merge (squash) May 1, 2024 19:41
@sfc-gh-nkumar sfc-gh-nkumar force-pushed the nkumar-SNOW-1347387-fallback-dt branch from 1632074 to 2772986 Compare May 1, 2024 21:14
@sfc-gh-nkumar sfc-gh-nkumar force-pushed the nkumar-SNOW-1347387-fallback-dt branch from 2772986 to e6b6e90 Compare May 1, 2024 23:15
@sfc-gh-nkumar sfc-gh-nkumar merged commit 31aad1f into main May 2, 2024
25 checks passed
@sfc-gh-nkumar sfc-gh-nkumar deleted the nkumar-SNOW-1347387-fallback-dt branch May 2, 2024 00:41
@github-actions github-actions bot locked and limited conversation to collaborators May 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
NO-CHANGELOG-UPDATES This pull request does not need to update CHANGELOG.md NO-PANDAS-CHANGEDOC-UPDATES This PR does not update Snowpark pandas docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants