[CT-1237] [Feature] Convert df to pyspark DataFrame if it is koalas before writing #473
Closed
3 tasks done
Labels
enhancement
New feature or request
Is this your first time submitting a feature request?
Describe the feature
If the DataFrame to materialize as a table has type
databricks.koalas.frame.DataFrame
, then convert it to apyspark.sql.dataframe.DataFrame
.Describe alternatives you've considered
Leaving it as unsupported, especially since it has a replacement since Spark 3.2
Who will this benefit?
Anyone that is using Koalas DataFrames, especially relevant for earlier versions than Spark 3.2
Are you interested in contributing this feature?
I'm your huckleberry
Anything else?
No response
The text was updated successfully, but these errors were encountered: