NO-SNOW: Update documentation after hybrid was turned on.#3777
Closed
sfc-gh-jkew wants to merge 2638 commits into
Closed
NO-SNOW: Update documentation after hybrid was turned on.#3777sfc-gh-jkew wants to merge 2638 commits into
sfc-gh-jkew wants to merge 2638 commits into
Conversation
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>
…ed on same data source (#3766)
Signed-off-by: Labanya Mukhopadhyay <labanya.mukhopadhyay@snowflake.com>
a498e3e to
06e5d32
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation only change for hybrid execution