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-1435354: Add CTE optimization tests to snowpark pandas daily precommit tests #1626

Merged
merged 2 commits into from
Jun 18, 2024

Conversation

sfc-gh-jdu
Copy link
Collaborator

@sfc-gh-jdu sfc-gh-jdu commented May 17, 2024

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

    Fixes SNOW-1435354

  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.

    Add CTE optimization tests to snowpark pandas daily precommit tests. A successful run: https://github.com/snowflakedb/snowpark-python/actions/runs/9406047620

@sfc-gh-jdu sfc-gh-jdu added the NO-CHANGELOG-UPDATES This pull request does not need to update CHANGELOG.md label May 17, 2024
@sfc-gh-jdu sfc-gh-jdu force-pushed the jdu-SNOW-1435354-cte-pandas-test branch 3 times, most recently from 2c9263a to 0c89e71 Compare May 31, 2024 22:31
@sfc-gh-jdu sfc-gh-jdu mentioned this pull request May 31, 2024
7 tasks
@sfc-gh-jdu sfc-gh-jdu force-pushed the jdu-SNOW-1435354-cte-pandas-test branch 4 times, most recently from beed1b3 to 69207c3 Compare June 5, 2024 17:37
@sfc-gh-jdu sfc-gh-jdu force-pushed the jdu-SNOW-1435354-cte-pandas-test branch from 69207c3 to 368fac1 Compare June 6, 2024 18:31
@sfc-gh-jdu sfc-gh-jdu marked this pull request as ready for review June 6, 2024 20:24
@sfc-gh-jdu sfc-gh-jdu requested review from a team as code owners June 6, 2024 20:24
@sfc-gh-jdu sfc-gh-jdu enabled auto-merge (squash) June 8, 2024 00:17
PARAMETER_PASSWORD: ${{ secrets.PARAMETER_PASSWORD }}
CLOUD_PROVIDER: ${{ matrix.cloud-provider }}
- name: Download wheel(s)
uses: actions/download-artifact@v3
Copy link
Collaborator

Choose a reason for hiding this comment

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

v3 -> v4

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

matrix:
os:
- image_name: macos-latest
download_name: macos # it includes doctest
Copy link
Collaborator

Choose a reason for hiding this comment

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

it seems we are using macos for most daily runs, but we have larger machines for linux and windows, shall we use a different one?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

Copy link
Collaborator

Choose a reason for hiding this comment

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

Now you use ubuntu to run doctests which is new to us. So it may have different behavior than macos. Just a reminder

tests/integ/modin/frame/test_quantile.py Show resolved Hide resolved
@sfc-gh-stan sfc-gh-stan removed their request for review June 14, 2024 20:41
@sfc-gh-jdu sfc-gh-jdu merged commit 5d6c0a2 into main Jun 18, 2024
42 of 44 checks passed
@sfc-gh-jdu sfc-gh-jdu deleted the jdu-SNOW-1435354-cte-pandas-test branch June 18, 2024 16:49
@github-actions github-actions bot locked and limited conversation to collaborators Jun 18, 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 snowpark-pandas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants