Azure / azure-data-lake-store-java

Microsoft Azure Data Lake Store Filesystem Library for Java
Other
20 stars 36 forks source link

Task merge sdk2.3 to master #45

Closed rahuldutta90 closed 4 years ago

rahuldutta90 commented 4 years ago

Version 2.3.9

  1. Fix the setters in adlstoreoptions to return instance of adlstoreoptions
  2. Fetch MSI token directly from AAD if first fetch from MSI cache is the same expiring token.
  3. Fix getcontentsummary to do enumerates using continuation token

Version 2.3.8

  1. Add logging for token acquisition.
  2. Allow user configured retry count, interval, and exponential factor for ExponentialBackoffPolicy

Version 2.3.7

  1. Implement create with overwrite using conditional delete. Enable this based on config.