Mahmoud Bahaa

Results 10 issues of Mahmoud Bahaa

## Expected Behavior after installing libsecret, the credentials are saved and need not be entered again ## Actual Behavior the error message about installing libsecret keep popping, and have to...

### _Why are the changes needed?_ As far as I can tell there is no way to register spark java UDFs (through jars) through SQL commands the same way as...

module:spark

Add Blob Copy & Page Blob support to by SQL based metadata implementation in Blob API. This makes the SQL based metadata implementation in sync with File based one. (issue...

Add some development/debugging options to SQL metastore: 1. ```cleardb``` that clear the database at start which is only set to true in test server 2. ```soft delete``` option that can...

Currently Blob Copy & Page Blob are not supported by SQL based metadata implementation. Need to make both SQL based metadata implementation support all functionality in File based metadata implementation

blob-storage
featureparity

Thanks for contribution! Please go through following checklist before sending PR. ### PR Branch Destination - For Azurite V3, please send PR to `main` branch. - For legacy Azurite V2,...

To allow dfs changes in incremental approach i created this PR as a 1st step in implementing dfs endpoint.it has the following: * Minimal changes for blob end point to...

* Introduce new end point dfs and added new test cases for it * Updated visual studio extension file and added binary azurite-datalake,... * Updated readme, swagger definition changes *...

Hello this is a small convenience PR: - Added ```ParallelInnerTestClassesSuite``` that extends InnerTestClassesSuite and is parallelized. - Copied java doc from InnerTestClassesSuite/Parralllel Suite - Updated readme.md (note maven artifacts need...

As per https://github.com/Azure/Azurite/wiki/ADLS-Gen2-Implementation-Guidance First PR: > PR to add DFS swagger and the auto-generated API interface (no manual change on auto generated code) Swagger source: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/storage/data-plane/Azure.Storage.Files.DataLake/stable/2023-05-03/DataLakeStorage.json Note: Remaining of generated...