Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing issues in export #3682

Merged
merged 8 commits into from
Jul 19, 2019
Merged

Fixing issues in export #3682

merged 8 commits into from
Jul 19, 2019

Commits on Jun 28, 2019

  1. Configuration menu
    Copy the full SHA
    f10183e View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2019

  1. Moved the separator logic into the Send function, since the KeyToList…

    … is called concurrently,
    
    and adding locks to protect the counter would be too expensive
    Lucas Wang committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    64988bf View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Merge branch 'master' into gitlw/fix_export

    Lucas Wang committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    e2640f8 View commit details
    Browse the repository at this point in the history
  2. When there are multiple files specified for bulk loader, the existenc…

    …e validation should be run on
    
    individual files
    Lucas Wang committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    996ec6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37ba9b9 View commit details
    Browse the repository at this point in the history
  4. Fixing the export to not use shared exporter variable

    Lucas Wang committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    4d96ba6 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into gitlw/fix_export

    Lucas Wang committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    e0985be View commit details
    Browse the repository at this point in the history
  6. Improving the doc

    Lucas Wang committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    120156b View commit details
    Browse the repository at this point in the history