Skip to content

Conversation

@akharit
Copy link
Member

@akharit akharit commented Apr 26, 2019


This checklist is used to make sure that common guidelines for a pull request are followed.

Description of the change

flush was returning early if buffer is empty, even when called with force flag. Fixed.
Made sure that the delimiter test doesn't require on adls internal behavior.
opening a file required 3 separate calls to getFileStatus. Now it takes only one call.

General Guidelines

  • The PR has modified HISTORY.rst with an appropriate description of the change and a version increment.
    will do when merge to master.
  • The PR has supporting test coverage that confirm the expected behavior and protects against regressions, including necessary recordings.
  • Links to associated bugs, if any, are in the description.

@akharit akharit requested a review from rahuldutta90 April 26, 2019 00:39
@coveralls
Copy link

coveralls commented Apr 26, 2019

Coverage Status

Coverage increased (+0.1%) to 86.523% when pulling 64fde6e on fixFlushAndOpen into 843ef50 on dev.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 86.405% when pulling b8804d2 on fixFlushAndOpen into 843ef50 on dev.

akharit added 2 commits April 26, 2019 12:50
Also made sure that both append and write mode buffer are not larger than 4 Mb.
And removed an extra call to server to check length when opening a file in read mode.
@akharit akharit merged commit c7c807b into dev May 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants