forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ARROW-2034: [C++] Filesystem implementation for AzureBlobFileSystem * ARROW-2034: [C++] Fixed formatting issues * ARROW-2034: [C++] Fixed formatting issues * Added -DARROW_AZURE in ci * Added CXX_STANDARD and CXX_STANDARD_REQUIRED * Added mocked test file * Turned -DARROW_AZURE=OFF in appveyor-cpp-build * Changed default C++ version * Changed LibXml2 target * Fixing CMake styling issues * Enabling ARROW_AZURE flag * Added OpenSSL dependency * Disabling ARROW_AZURE in windows-mingw * Fixing lint issues * Fixing azurefs_test * Added Azurite * Added azurefs_objlib * Reverting azure object library changes * Added permissions to install_azurite.sh * chmod +x ci/scripts/install_azurite.sh * Don't specify CMAKE_CXX_STANDARD by default * Fix system detection * Fix syntax * Fix style * Fix style * Running azurite through boost::process * Fixed naming in azurefs_test.cc * Fixed naming in azurefs.cc * Fixed OpenOutputStream * Added uri.Parse() * Updated versions.txt * Fixed ARROW_AZURE_STORAGE_BLOBS_URL * Added libxml2-dev * Fixed build errors --------- Co-authored-by: shefali singh <[email protected]> Co-authored-by: Sutou Kouhei <[email protected]>
- Loading branch information
1 parent
175b2a2
commit 87452b1
Showing
7 changed files
with
223 additions
and
0 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
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