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-946562 Update Version to 1.11.0-snapshot #80

Merged
merged 3 commits into from
Jan 19, 2024
Merged

Conversation

sfc-gh-bli
Copy link
Collaborator

  1. Update version number to 1.11.0-snapshot
  2. Fix fips release test
  3. Fix Java Doc Error
  4. Add new merge gate to verify Java doc

@sfc-gh-bli sfc-gh-bli enabled auto-merge (squash) January 19, 2024 01:04
* val df2 = df.alias("A")
* df2.select(df2.col("A.num"))
* }}}
* <p>{{{ val df2 = df.alias("A") df2.select(df2.col("A.num")) }}}
Copy link
Contributor

Choose a reason for hiding this comment

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

Why make those two in the same line?

Copy link
Contributor

Choose a reason for hiding this comment

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

Also can we add a example for alias showing use cases like this since we are modifying this part?

val df2 = df.alias("A")
df2.select(col("A.num"))
df2.select($"A.num")

Copy link
Contributor

@sfc-gh-zli sfc-gh-zli left a comment

Choose a reason for hiding this comment

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

approved with comments

@sfc-gh-bli sfc-gh-bli merged commit 4f6c9fa into main Jan 19, 2024
14 checks passed
@sfc-gh-bli sfc-gh-bli deleted the snow-946562 branch January 19, 2024 21:25
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.

2 participants