-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Fix issue #285 : save hive partitioned dataset using NativeExec…
…utionEngine and DaskExecutionEngine (#306) * Work in progress to fix issue 285 reported here #285 * Use option partition_on in Dask execution engine to write hive partitioned dataset * Add handling for spark array type (#307) * adding ecosystem to README * adding ecosystem to README * merge conflict * Fugue plugin (#311) * plugin * update * upgrading black version * fixing black version * Work in progress to fix issue 285 reported here #285 * Use option partition_on in Dask execution engine to write hive partitioned dataset * Handle hive partitioning with Duckdb execution engine * Clean code with pylint * Use ArrowDataFrame(df.as_arrow()) instead of ArrowDataFrame(df.native.arrow()) Co-authored-by: WangCHX <[email protected]> Co-authored-by: Kevin Kho <[email protected]> Co-authored-by: Han Wang <[email protected]>
- Loading branch information
1 parent
1c4a7d1
commit 8a16603
Showing
5 changed files
with
25 additions
and
10 deletions.
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
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
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
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
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