-
Notifications
You must be signed in to change notification settings - Fork 706
Add ignore_null to read_parquet_metadata #1125
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
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add parameter ignore_null in def store_parquet_metadata
@@ -892,6 +892,7 @@ def store_parquet_metadata( # pylint: disable=too-many-arguments | |||
path_suffix=path_suffix, | |||
path_ignore_suffix=path_ignore_suffix, | |||
ignore_empty=ignore_empty, | |||
ignore_null=False, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add parameter ignore_null: bool = False,
*Issue #1082 *
Description of changes:
Add ignore_null to read_parquet_metadata
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.