Skip to content

[Storage] Support Parquet in Quick query #15539

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

Merged
merged 3 commits into from
Jul 27, 2021
Merged

Conversation

blueww
Copy link
Member

@blueww blueww commented Jul 26, 2021

Description

design pass review: https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/979

There's a static analysis failure on breaking change, but it's actually not breaking, since the property won't miss with original parameters, will only miss with new parameter -Parquet (since "Parquet" config doesn't have "RecordSeparator" property, but orignal csv, json config has this property). So add exception for it.

Checklist

  • I have read the Submitting Changes section of CONTRIBUTING.md
  • The title of the PR is clear and informative
  • The appropriate ChangeLog.md file(s) has been updated:
    • For any service, the ChangeLog.md file can be found at src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
    • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header -- no new version header should be added
  • The PR does not introduce breaking changes
  • If applicable, the changes made in the PR have proper test coverage
  • For public API changes to cmdlets:

Copy link
Member

@isra-fel isra-fel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@blueww
Copy link
Member Author

blueww commented Jul 27, 2021

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@isra-fel isra-fel merged commit 862d3c4 into Azure:main Jul 27, 2021
blueww added a commit that referenced this pull request Jul 28, 2021
dingmeng-xue added a commit that referenced this pull request Jul 28, 2021
dolauli added a commit that referenced this pull request Aug 2, 2021
* [Blockchain] Merge blockchain to release-2021-08-03 branch (#15560)

* Move Blockchain to main

* Update ChangeLog.md

* Update Az.Blockchain.psd1 (#15558)

Co-authored-by: azurepowershell <[email protected]>

* Fix typo in Az.Storage changelog (#15563)

* Generate Az.PostgreSQL (#15555)

* Move PostgreSQL to main

* changelog

Co-authored-by: azurepowershell <[email protected]>

* Add PowerShell version into telemetry (#15546)

* Add PowerShell version into telemetry

* Update changelog

* Add dummy code

* Remove local test libs

* Revert "[Storage] Support Parquet in Quick query (#15539)" (#15568)

This reverts commit 862d3c4.

Co-authored-by: Dingmeng Xue <[email protected]>

* Customize testgallery as the source of dotnet reference docs (#15570)

* RC2

* customize testgallery as the source of dotnet reference docs

* Revert "RC2"

This reverts commit 827eab5.

Co-authored-by: Yeming Liu <[email protected]>

* [Az.Migrate] Tagging bug fix (#15573)

* Move Migrate to release-2021-08-03

* Update GeneratedModuleList.txt

remove duplicated postgresql entry

Co-authored-by: azurepowershell <[email protected]>

* August 2021 RC3

Co-authored-by: Xiaogang <[email protected]>
Co-authored-by: azurepowershell <[email protected]>
Co-authored-by: Dingmeng Xue <[email protected]>
Co-authored-by: Wei Wei <[email protected]>
Co-authored-by: Beisi Zhou <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants