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/filetypes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.1
Choose a base ref
...
head repository: cloudquery/filetypes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.2
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Feb 16, 2023

  1. fix(deps): Update module github.com/cloudquery/plugin-sdk to v1.38.0 (#…

    …69)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v1.37.1` -> `v1.38.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk</summary>
    
    ### [`v1.38.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.38.0)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.37.1...v1.38.0)
    
    ##### Features
    
    -   Improve migration detection APIs ([#&#8203;688](https://togithub.com/cloudquery/plugin-sdk/issues/688)) ([dc3bedf](https://togithub.com/cloudquery/plugin-sdk/commit/dc3bedf7af75c834882753a10499162da626a876))
    
    ##### Bug Fixes
    
    -   Better string methods for TableColumnChange ([#&#8203;690](https://togithub.com/cloudquery/plugin-sdk/issues/690)) ([a0ec52c](https://togithub.com/cloudquery/plugin-sdk/commit/a0ec52ca2c161cd6f77bca1285d47ae2d7616e30))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDkuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwOS4xIn0=-->
    cq-bot authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    b6fa8c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. fix: Parquet format arrays (#71)

    This PR fixes the array/slice handling in the Parquet filetype by slightly updating the Parquet schema definition.
    
    It's possible to represent UUID types with the proper logical type but it just didn't work with Athena. Also had to do some weird things like defining the uuid as **22-byte** FIXED_LEN_BYTE_ARRAY (UUIDs are 16 bytes) but giving it a 16-byte Go slice (not a Go array) and Base64 decoders in reverse transformers etc... And all this didn't even work when it came to `UUIDArray`s... So I gave up on that for now.
    
    JSON logicaltype seems to somewhat work with DuckDB but doesn't with Athena so I removed that as well.
    disq authored Feb 19, 2023
    Configuration menu
    Copy the full SHA
    4a72a70 View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v1.4.2 (#70)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.4.2](v1.4.1...v1.4.2) (2023-02-19)
    
    
    ### Bug Fixes
    
    * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.38.0 ([#69](#69)) ([b6fa8c8](b6fa8c8))
    * Parquet format arrays ([#71](#71)) ([4a72a70](4a72a70))
    
    ---
    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 Feb 19, 2023
    Configuration menu
    Copy the full SHA
    097aa8d View commit details
    Browse the repository at this point in the history
Loading