Skip to content
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

Added query parquet input serialization #20305

Merged
merged 8 commits into from
Apr 13, 2021

Conversation

gapra-msft
Copy link
Member

No description provided.

@ghost ghost added the Storage Storage Service (Queues, Blobs, Files) label Mar 31, 2021
} else {
throw logger.logExceptionAsError(new IllegalArgumentException(
String.format("'input' must be one of %s or %s", BlobQueryJsonSerialization.class.getSimpleName(),
BlobQueryDelimitedSerialization.class.getSimpleName())));
String.format("'input' must be one of %s, %s or %s", BlobQueryJsonSerialization.class.getSimpleName(),
Copy link
Member

Choose a reason for hiding this comment

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

Are the allowed input types expected to continue growing? If so, I think it would be good to create external documentation somewhere and just have this error message point towards that.

Copy link
Member

Choose a reason for hiding this comment

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

https://docs.microsoft.com/en-us/rest/api/storageservices/query-blob-contents#request-body

Below the example xml, there is a table explaining each parameter.

Copy link
Member Author

Choose a reason for hiding this comment

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

Just updated the error message. @alzimmermsft can you take a quick look?

@gapra-msft gapra-msft merged commit 01538ac into Azure:feature/storage/stg77 Apr 13, 2021
@gapra-msft gapra-msft deleted the storage/qqparquet branch April 13, 2021 19:36
gapra-msft added a commit that referenced this pull request May 7, 2021
* updated service version (#20260)

* Added back support to lease a share (#20327)

* Modified sas tests

* Added query parquet input serialization (#20305)

* Added support for HNS soft delete (#20353)

* re-record.

* fix that test.

* Hid QQ Parquet from public API (#21152)

* purge recordings.

* purge recordings.

* [Storage] Fix recordings. (#21172)

* nio

* blobs.

* recordings.

* exclusive access to service props.

* recording.

* Fix recordings. (#21186)

* purge recordings.

* fix recordings. (#21208)

* fix that test.

Co-authored-by: Rick Ley <frley@microsoft.com>
Co-authored-by: gapra <gapra@microsoft.com>
Co-authored-by: Kamil Sobol <kasobol@microsoft.com>
Co-authored-by: Kamil Sobol <61715331+kasobol-msft@users.noreply.github.com>
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-java that referenced this pull request Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants