Skip to content

NO-SNOW: Update documentation after hybrid was turned on.#3777

Closed
sfc-gh-jkew wants to merge 2638 commits into
mainfrom
jkew/update_hybrid_docs
Closed

NO-SNOW: Update documentation after hybrid was turned on.#3777
sfc-gh-jkew wants to merge 2638 commits into
mainfrom
jkew/update_hybrid_docs

Conversation

@sfc-gh-jkew

@sfc-gh-jkew sfc-gh-jkew commented Sep 12, 2025

Copy link
Copy Markdown
Contributor

Documentation only change for hybrid execution

sfc-gh-jrose and others added 30 commits June 6, 2025 17:50
…3339)

Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
…nkins and test_df_creation.py::test_read_csv_local on windows (#3455)
Co-authored-by: Mahesh Vashishtha <mahesh.vashishtha@snowflake.com>
sfc-gh-jdu and others added 22 commits September 5, 2025 16:40
Co-authored-by: Afroz Alam <afroz.alam@snowflake.com>
…ates. (#3746)

e.g. prior to this commit, try running `pytest tests/integ/modin/frame/test_quantile.py` locally and you get 152 messages like  "The Snowpark DataFrame in DataFrameReference with id=[...] is updated"  for 24 test cases. I don’t think everyone who works on pandas even know what this message means. I know what it means, but I have never used it. It makes it difficult to debug many test failures because it often appears many times in a single test case.

This commit changes the level of the message to `DEBUG - 1` so it doesn't appear by default when we run `pytest`.
Co-authored-by: Doris Lee <doris.lee@snowflake.com>
…ng under hybrid mode (#3750)

SNOW-2304052 - Add the ability to filter out certain tests when running under hybrid mode
Not all tests pass under hybrid mode, largely because they were built for the snowflake backend specifically. Still we want to run a significant number of these with hybrid mode enabled to help triage and categorize potiential semantic issues.

This PR adds the ability to park specific tests (itegration only) with a pytest marker, @pytest.mark.no_hybrid for skipping. We also have a reference csv of a test run with hybrid which is used for skipping certain tests.

This allows us to guard against regressions, provide for incremental development of hybrid, and triage existing differences to determine where effort should be spent. 
Co-authored-by: Jonathan Shi <149419494+sfc-gh-joshi@users.noreply.github.com>
Co-authored-by: Mahesh Vashishtha <mahesh.vashishtha@snowflake.com>
…ex, and binary ops in Faster pandas (Two-QCs) (#3687)
Signed-off-by: sfc-gh-mvashishtha <mahesh.vashishtha@snowflake.com>
Co-authored-by: Jamison Rose <Jamison.Rose@snowflake.com>
Signed-off-by: Labanya Mukhopadhyay <labanya.mukhopadhyay@snowflake.com>
@sfc-gh-jkew sfc-gh-jkew added documentation Improvements or additions to documentation 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 DO_NOT_RUN_PRECOMMIT labels Sep 12, 2025
@sfc-gh-aalam sfc-gh-aalam force-pushed the jkew/update_hybrid_docs branch from a498e3e to 06e5d32 Compare November 12, 2025 23:20
@github-actions github-actions Bot locked and limited conversation to collaborators Nov 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

DO_NOT_RUN_PRECOMMIT documentation Improvements or additions to documentation 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.