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.6.7
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.7.0
Choose a head ref
  • 3 commits
  • 12 files changed
  • 3 contributors

Commits on May 30, 2023

  1. fix: Test Decimal type, map type and larger number ranges (#905)

    This adds:
     - support for testing decimal types
     - support for testing maps (only string and int keys for now)
     - randomization for values based on a given seed. Because a seed is used, the tests are still 100% reproducible, but it allows us to test values closer to the min/max of integer ranges and gives us different keys to test in maps
    
    I found at least 4 surprising bugs in the Elasticsearch implementation through this. Destinations that don't want to support these features right now can still opt to skip the types.
    hermanschaaf authored May 30, 2023
    1 Configuration menu
    Copy the full SHA
    9a3b4ad View commit details
    Browse the repository at this point in the history
  2. feat(test): Add AllowNull option for test data (#913)

    This allows to control whether some of the data types should be left non-nullable.
    Inspired by ClickHouse and the fact that [Arrays, Maps & Tuples are non-nullable](clickhouse.com/docs/en/sql-reference/data-types/nullable).
    candiduslynx authored May 30, 2023
    1 Configuration menu
    Copy the full SHA
    9b911eb View commit details
    Browse the repository at this point in the history
  3. chore(main): Release v3.7.0 (#916)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [3.7.0](v3.6.7...v3.7.0)
    (2023-05-30)
    
    
    ### Features
    
    * **test:** Add `AllowNull` option for test data
    ([#913](#913))
    ([9b911eb](9b911eb))
    
    
    ### Bug Fixes
    
    * Test Decimal type, map type and larger number ranges
    ([#905](#905))
    ([9a3b4ad](9a3b4ad))
    
    ---
    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 30, 2023
    1 Configuration menu
    Copy the full SHA
    9d83546 View commit details
    Browse the repository at this point in the history
Loading