This is an automated email from the ASF dual-hosted git repository.

hansva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


    from 068c24b9f3 Merge pull request #3747 from 
hop-weblate/weblate-apache-hop-hop
     add 5c94299683 fix #3732 - Changed Blob type from PageBlobs to AppendBlobs
     add 4db65470be Refactoring
     add d492606417 fix #3732 - Little refactoring to existing classes. Added 
new schema definition
     add a106249d11 Changed Blob type from PageBlobs to AppendBlobs
     add 34a7648c64 Refactoring
     add efeef9f8b7 Merge remote-tracking branch 'origin/AZURE-FIXES.1' into 
AZURE-FIXES.1
     add 678d8f1330 Removed File Block size for Azure Plugin
     add 22924931ad fix #3732 - Managed multiple schema definitions on same 
Azure provider (azfs vs azure)
     add d889d345a2 Unit test v1 for AzureFileNameParser class
     new 8bf974662b Merge pull request #3734 from sramazzina/AZURE-FIXES.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ...InputStream.java => AppendBlobInputStream.java} |   4 +-
 .../apache/hop/vfs/azure/AzureFileNameParser.java  |  81 +++++++++------
 .../org/apache/hop/vfs/azure/AzureFileObject.java  | 114 ++++++---------------
 .../org/apache/hop/vfs/azure/AzureVfsPlugin.java   |   2 +-
 .../hop/vfs/azure/config/AzureConfigPlugin.java    |  38 +------
 .../hop/vfs/azure/AzureFileNameParserTest.java     |  79 ++++++++++++++
 6 files changed, 161 insertions(+), 157 deletions(-)
 rename 
plugins/tech/azure/src/main/java/org/apache/hop/vfs/azure/{PageBlobInputStream.java
 => AppendBlobInputStream.java} (95%)
 create mode 100644 
plugins/tech/azure/src/test/java/org/apache/hop/vfs/azure/AzureFileNameParserTest.java

Reply via email to