Skip to content

Conversation

@disq
Copy link
Member

@disq disq commented May 29, 2023

  • basic types
  • date/time/duration types
  • interval types
  • struct types
  • decimal types
  • map types

@github-actions github-actions bot added the feat label May 29, 2023
@github-actions
Copy link

github-actions bot commented May 29, 2023

⏱️ Benchmark results

  • DefaultConcurrencyDFS-2 resources/s: 10,320
  • DefaultConcurrencyRoundRobin-2 resources/s: 12,265
  • Glob-2 ns/op: 205.8
  • TablesWithChildrenDFS-2 resources/s: 28,171
  • TablesWithChildrenRoundRobin-2 resources/s: 24,988
  • TablesWithRateLimitingDFS-2 resources/s: 28.26
  • TablesWithRateLimitingRoundRobin-2 resources/s: 817.2

@codecov
Copy link

codecov bot commented May 29, 2023

Codecov Report

Patch coverage: 52.29% and project coverage change: +3.24 🎉

Comparison is base (cec067d) 48.00% compared to head (25c6c26) 51.25%.

❗ Current head 25c6c26 differs from pull request most recent head 7896a81. Consider uploading reports for the commit 7896a81 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #914      +/-   ##
==========================================
+ Coverage   48.00%   51.25%   +3.24%     
==========================================
  Files          55       62       +7     
  Lines        5245     6183     +938     
==========================================
+ Hits         2518     3169     +651     
- Misses       2464     2729     +265     
- Partials      263      285      +22     
Impacted Files Coverage Δ
helpers/integers.go 0.00% <ø> (ø)
scalar/inet.go 54.16% <0.00%> (ø)
scalar/json.go 55.75% <0.00%> (ø)
scalar/list.go 29.41% <0.00%> (ø)
scalar/mac.go 34.48% <0.00%> (ø)
scalar/uuid.go 53.94% <0.00%> (ø)
scalar/decimal.go 26.31% <26.31%> (ø)
scalar/string.go 41.42% <26.31%> (+14.50%) ⬆️
scalar/struct.go 33.89% <33.89%> (ø)
scalar/time.go 39.13% <39.13%> (ø)
... and 11 more

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions github-actions bot added feat and removed feat labels May 29, 2023
@disq disq marked this pull request as ready for review May 29, 2023 16:34
@disq disq requested a review from yevgenypats as a code owner May 29, 2023 16:34
@github-actions github-actions bot added feat and removed feat labels May 29, 2023
@disq disq requested a review from candiduslynx May 30, 2023 14:39
Co-authored-by: Alex Shcherbakov <[email protected]>
@disq disq requested a review from candiduslynx May 30, 2023 15:45
Copy link
Contributor

@candiduslynx candiduslynx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last bits about stringers

)

type Time struct {
Int
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to be the only scalar with Int instead of Value and without a Valid boolean, is that intentional?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hermanschaaf yes we're using its valid/value logic.

@disq disq requested a review from candiduslynx May 31, 2023 21:07
Copy link
Contributor

@candiduslynx candiduslynx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice! 🚀

@disq disq added the automerge label Jun 1, 2023
@kodiakhq kodiakhq bot merged commit f8625e2 into cloudquery:main Jun 1, 2023
@disq disq deleted the feat/more-scalars branch June 1, 2023 09:30
kodiakhq bot pushed a commit that referenced this pull request Jun 1, 2023
🤖 I have created a release *beep* *boop*
---


## [3.9.0](v3.8.1...v3.9.0) (2023-06-01)


### Features

* More scalars ([#914](#914)) ([f8625e2](f8625e2))


### Bug Fixes

* **scalar:** Handle nil pointer to []byte in uuid and binary ([#922](#922)) ([dac967a](dac967a))
* **testdata:** Match map field names with type ([#930](#930)) ([cec067d](cec067d))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants