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

Fix for the issue #3646 #3665

Commits on Jun 14, 2023

  1. Fix for the issue ornladios#3646. It looks like the default for macos…

    … and python 3.8+ "spawn" method does not work on macos, swith to "fork" for all situations. https://bugs.python.org/issue33725
    dmitry-ganyushin committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    71c1e7f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

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

Commits on Jul 3, 2023

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

Commits on Jul 4, 2023

  1. Merge pull request ornladios#3684 from eisenhauer/FixLeak

    Fix memory leak when there are Joined Arrays in streaming mode
    
    (cherry picked from commit 68b282c)
    eisenhauer authored and dmitry-ganyushin committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    46b4479 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ornladios#3657 from eisenhauer/SpanAppend

    Allow Span in files opened for Append
    
    (cherry picked from commit 7bd34be)
    eisenhauer authored and dmitry-ganyushin committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    35ee2f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    260c05d View commit details
    Browse the repository at this point in the history