Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.
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: datafusion-contrib/datafusion-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.1
Choose a base ref
...
head repository: datafusion-contrib/datafusion-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: HEAD
Choose a head ref
  • 11 commits
  • 28 files changed
  • 6 contributors

Commits on Mar 16, 2022

  1. release 0.5.1 (#42)

    jimexist authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    e1a038a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. bump cargo lock (#47)

    jimexist authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    bfd67e3 View commit details
    Browse the repository at this point in the history
  2. #45 Add register_table/deregister_table and expose some public mod (#46)

    * Add register_table and deregister_table
    
    * expose public module and method for PyTable inheritant
    jychen7 authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    0fe08fe View commit details
    Browse the repository at this point in the history
  3. release 0.5.2 (#48)

    jimexist authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    74a5441 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. upgrade to datafusion 8 (#51)

    * upgrade to datafusion 8
    
    * update pyo3 reference
    
    * fix indexing err message
    
    * fix with xfail
    
    * bump py deps
    
    * upgrade py37
    jimexist authored May 20, 2022
    Configuration menu
    Copy the full SHA
    f4a5b07 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. release 0.6.0 (#53)

    * release 0.6.0
    
    * downgrade to 0.12.11
    
    * use latest in docker
    jimexist authored Jun 5, 2022
    Configuration menu
    Copy the full SHA
    4913364 View commit details
    Browse the repository at this point in the history
  2. build and release on branch main (#54)

    * build and release on branch main
    
    * include status badge as well
    jimexist authored Jun 5, 2022
    Configuration menu
    Copy the full SHA
    32143d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Added ParquetReadOptions to register_parquet. (#52)

    * Added ParquetReadOptions to read_parquet API.
    
    * Added test_register_parquet_partitioned.
    
    * Formatted with black and isort.
    samkaufman authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    9f926cc View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. build: allow mimalloc to be an optional dependency (#50)

    Co-authored-by: Jiayu Liu <Jimexist@users.noreply.github.com>
    cpcloud and jimexist authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    a5b10e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Upgrade to DataFusion 10.0.0 (#57)

    * use DataFusion 10.0.0
    
    * fix tests
    andygrove authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    8b63e65 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. update README (#60)

    andygrove authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    70d8451 View commit details
    Browse the repository at this point in the history
Loading