forked from dbt-labs/dbt-spark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert df to pyspark DataFrame if it is koalas before writing (dbt-l…
…abs#474) * Temporarily update dev-requirements.txt * Changelog entry * Temporarily update dev-requirements.txt * Convert df to pyspark DataFrame if it is koalas before writing * Restore original version of dev-requirements.txt * Preferentially convert Koalas DataFrames to pandas-on-Spark DataFrames first * Fix explanation Co-authored-by: Takuya UESHIN <ueshin@databricks.com>
- Loading branch information
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
kind: Under the Hood | ||
body: Convert df to pyspark DataFrame if it is koalas before writing | ||
time: 2022-09-24T14:37:13.100404-06:00 | ||
custom: | ||
Author: dbeatty10 ueshin | ||
Issue: "473" | ||
PR: "474" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters