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: roapi/roapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: roapi-v0.8.1
Choose a base ref
...
head repository: roapi/roapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: roapi-v0.9.0
Choose a head ref
  • 15 commits
  • 29 files changed
  • 5 contributors

Commits on Nov 11, 2022

  1. Fix: support .sqlite, sqlite3 (#223)

    * fix: support sqlite extension
    
    * chore: add .sqlite, .sqlite3 test data
    togami2864 authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    beac9cc View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    1467739 View commit details
    Browse the repository at this point in the history
  2. csv use_memory_table option added(resolves issue #224) (#225)

    * csv use_memory_table option added
    
    * fixes issue #224
    elliot14A authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    026382e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Added Pagination closes #229 (#230)

    Co-authored-by: mr-kk-26 <gmail@gmail.com>
    elliot14A and Marthyas authored Nov 27, 2022
    Configuration menu
    Copy the full SHA
    c0bff95 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. #235: upgrade rusoto and force http1 for rustls (#236)

    * upgrade rusoto and force http1 for rustls
    
    * add dependency for  openssl_build
    jychen7 authored Jan 1, 2023
    Configuration menu
    Copy the full SHA
    eed91fd View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. #18 minio (S3) in CI (#237)

    Full end to end S3 test
    jychen7 authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    68ee99a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

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

Commits on Jan 17, 2023

  1. #240 support s3 direct with ColumnQObjectStoreProvider (#241)

    * Add test case for s3 direct query
    
    * draft: add ColumnQObjectStoreProvider and global Datafusion SessionContext
    
    * fix a few tests of load params change
    
    * fix database tests of load params change
    
    * do not overwrite endpoint if AWS_ENDPOINT_URL is not provided
    
    * ObjectStoreProvider trait change after upgrade from Datafusion 12 to 14
    
    * add comment for difference of test_s3_memory and test_s3_direct
    
    * add unit test for ColumnQObjectStoreProvider
    
    * fix s3 unit test with aws region in CI
    jychen7 authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    1e3644e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

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

Commits on Jan 19, 2023

  1. replace rusoto_s3: part 2 (last part) (#245)

    * replace rusoto_s3 in columnq::table::delta
    
    * remove rusoto crate
    jychen7 authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    bd168d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. #240 Set object_store minimal version and turn on aws_profile feature (

    …#247)
    
    * Set object_store minimal version and turn on aws_profile feature
    
    * remove unnecessary with_endpoint after upgrade to object_store 0.5.3
    jychen7 authored Jan 22, 2023
    Configuration menu
    Copy the full SHA
    e4f0048 View commit details
    Browse the repository at this point in the history
  2. Native GCS support (#248)

    * Set object_store minimal version and turn on aws_profile feature
    
    * Add native GCS support with GOOGLE_APPLICATION_CREDENTIALS
    
    * hacky: create /tmp/gcs.json for test
    
    * use GoogleCloudStorageBuilder::from_env
    
    * create temp file inside test for GCS
    
    Co-authored-by: QP Hou <dave2008713@gmail.com>
    jychen7 and houqp authored Jan 22, 2023
    Configuration menu
    Copy the full SHA
    fffc855 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2684ee View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. support Native Azure Storage (#250)

    * support native Azure Storage
    
    * query azure_blogs in CI
    
    * check Azure Storage support in readme
    
    * remove debug print
    
    * Handle url.host_str error
    jychen7 authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    2ec39dd View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. bump roapi to 0.9.0 and columnq-cli to 0.4.0 (#251)

    * bump roapi to 0.9.0
    
    * bump columnq-cli to 0.4.0
    jychen7 authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    bc5754a View commit details
    Browse the repository at this point in the history
Loading