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: cloudquery/plugin-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: cloudquery/plugin-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.0
Choose a head ref
  • 2 commits
  • 7 files changed
  • 2 contributors

Commits on May 15, 2023

  1. feat: Allow testing of more Arrow types (#863)

    This adds support for testing (almost) the complete range of Arrow types in destinations.
    
    By default, only the types previously supported by CQTypes are enabled (with the important exception of more uint and int types than before, plus float32). The TestSourceOptions struct allows destinations to declare that they want to test with more column types, including maps, structs, times, etc.
    
    I have not included all the nullable column variations. These are a bit more difficult to do now that we are not using `arrow.Field` directly anymore, plus we can rather do that as a follow-up if and when it becomes necessary to test this.
    
    This PR is a rebased version for v3 that replaces #818.
    hermanschaaf authored May 15, 2023
    1 Configuration menu
    Copy the full SHA
    28642ec View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v3.2.0 (#871)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [3.2.0](v3.1.0...v3.2.0) (2023-05-15)
    
    
    ### Features
    
    * Allow testing of more Arrow types ([#863](#863)) ([28642ec](28642ec))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    cq-bot authored May 15, 2023
    1 Configuration menu
    Copy the full SHA
    dcce06c View commit details
    Browse the repository at this point in the history
Loading