Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getindata/streaming-jupyter-integrations
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.8.2
Choose a base ref
...
head repository: getindata/streaming-jupyter-integrations
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.0
Choose a head ref
  • 9 commits
  • 5 files changed
  • 4 contributors

Commits on Oct 10, 2022

  1. fix show table tree

    Anna Urbala committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    16cd530 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42 from getindata/fix-table-tree

    fix show table tree
    niladrem authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    8c1c43f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. add support for batch mode

    Anna Urbala committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    81f98b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. batch mode - readme

    Anna Urbala committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    3da68c8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #44 from getindata/batch-mode

    Batch mode
    niladrem authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    d11d02e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    311330b View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Fix batch query result collection (#43)

    * Fix TableResult#wait() timeout parameter
    * Fix for batch queries with an empty result
    
    execution_result.wait(self.wait_timeout_ms) does not finish
    when SELECT query return empty results. Other queries either
    return immediately or always return at least one row. Therefore,
    we can call wait() on queries other than SELECT. In case of
    SELECT queries, we can block on CloseableIterator<Row> returned
    by collect() method.
    grzegorz8 authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    e56c5ac View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. FIX #47 - Bump version and CHANGELOG for release 0.9.0

    github-actions committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    2a542f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47 from getindata/release-0.9.0

    Release 0.9.0
    niladrem authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    a0eea58 View commit details
    Browse the repository at this point in the history
Loading