Skip to content

Conversation

@sfc-gh-jkew
Copy link
Contributor

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

SNOW-2312082 - Snowpark snow should show

AST support should be inherited from the aliased function.

  • I am adding a new automated test(s) to verify correctness of my new code
    • If this test skips Local Testing mode, I'm requesting review from @snowflakedb/local-testing
  • I am adding new logging messages
  • I am adding a new telemetry message
  • I am adding new credentials
  • I am adding a new dependency
  • If this is a new feature/behavior, I'm adding the Local Testing parity changes.
  • I acknowledge that I have ensured my changes to be thread-safe. Follow the link for more information: Thread-safe Developer Guidelines
  • If adding any arguments to public Snowpark APIs or creating new public Snowpark APIs, I acknowledge that I have ensured my changes include AST support. Follow the link for more information: AST Support Guidelines

@sfc-gh-jkew sfc-gh-jkew marked this pull request as ready for review September 2, 2025 18:29
@sfc-gh-jkew sfc-gh-jkew requested review from a team as code owners September 2, 2025 18:29
Copy link
Contributor

@sfc-gh-jrose sfc-gh-jrose left a comment

Choose a reason for hiding this comment

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

Unfortunately I think this would require a BCR. eg this breaks the following example:

df = session.sql("select $1 as snow from values (1), (2), (3)")
df.where(df.snow > 2)

@sfc-gh-jkew
Copy link
Contributor Author

Unfortunately I think this would require a BCR. eg this breaks the following example:

df = session.sql("select $1 as snow from values (1), (2), (3)")
df.where(df.snow > 2)

Oh that's just lame.

@sfc-gh-jkew sfc-gh-jkew marked this pull request as draft September 2, 2025 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants