-
Notifications
You must be signed in to change notification settings - Fork 20
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-781549: Add DataFrame.getColumns()
#7
Comments
DataFrame.getColumns()
DataFrame.getColumns()
Can i take a look at this one? |
@sbouhaddi -- Yeah absolutely! Check CONTRIBUTING.md for some instructions on setting up your local environment. Ping @sfc-gh-bli or me if you have any questions. |
Can you assign it to me please? |
Hi, new here: can something like |
Hello, |
Thanks for taking a look @mfirry and @sbouhaddi ! Tag me here if you have any questions |
@sfc-gh-jfreeberg |
@sfc-gh-jfreeberg When i execute
|
@sbouhaddi -- This should be support for both the Java and Scala classes. I'd recommend implementing it on the Scala class, then importing and adding a wrapper around the Java method (if you browse the Java DataFrame class you'll see a similar pattern). As for the build problem, which JDK do you have installed locally? |
@sbouhaddi -- Any luck? |
@sfc-gh-jfreeberg Sorry i was a bit busy last week. |
it's my first time with scala , i'm willing to learn and finish this issue . |
@sbouhaddi That error indicates that there's likely a firewall or proxy blocking your connection to the snowflakecomputing.com host:
You need to be able to run the following query in Snowflake to identify which hosts and ports you need to open up traffic to and from: But if you're unable to connect to the |
Add a method to the DataFrame class,
.getColumns()
which returns aList<Column>
of the dataframe's column names.The text was updated successfully, but these errors were encountered: