withColumnRenamed does not work with databricks-connect 14.3.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2024 04:13 PM - edited 05-10-2024 04:22 PM
Running in local machine using databricks-connect:14.3.0
If I instead of withColumnRenamed I use select, then it works as expected, as shown below:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 09:11 AM
@dbal - can you please try withColumnsRenamed() instead
Reference: https://docs.databricks.com/en/release-notes/dbconnect/index.html#databricks-connect-1430-python
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 06:56 AM
Hi @shan_chandra thank you for your answer.
I am using Scala, not Python. Nevertheless, I tried using the withColumnsRenamed(), but sadly it shows the same issue.