Skip to content

Conversation

@disq
Copy link
Member

@disq disq commented Jul 21, 2023

This was broken with #1095 (at least for the test source, which gets its data from testdata)

This was broken with #1095
@disq disq requested a review from yevgenypats as a code owner July 21, 2023 12:09
@github-actions github-actions bot added the fix label Jul 21, 2023

// this is used by arrow string format (time is in UTC)
const arrowStringFormat = "2006-01-02 15:04:05.999999999"
const arrowStringFormatNew = "2006-01-02 15:04:05.999999999Z"
Copy link
Member Author

@disq disq Jul 21, 2023

Choose a reason for hiding this comment

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

Not adding a new line and using the one above seems to break some other things (at least in the test src plugin) probably because of older arrow versions without the Z :)

@github-actions
Copy link

github-actions bot commented Jul 21, 2023

⏱️ Benchmark results

  • Glob-8 ns/op: 102

@codecov
Copy link

codecov bot commented Jul 21, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -1.13% ⚠️

Comparison is base (221cd41) 48.75% compared to head (0c9949a) 47.63%.

❗ Current head 0c9949a differs from pull request most recent head 9c30079. Consider uploading reports for the commit 9c30079 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1109      +/-   ##
==========================================
- Coverage   48.75%   47.63%   -1.13%     
==========================================
  Files          85       85              
  Lines        7839     7799      -40     
==========================================
- Hits         3822     3715     -107     
- Misses       3682     3746      +64     
- Partials      335      338       +3     
Files Changed Coverage Δ
scalar/timestamp.go 66.33% <100.00%> (-1.89%) ⬇️

... and 6 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot added fix and removed fix labels Jul 21, 2023
Copy link
Contributor

@yevgenypats yevgenypats left a comment

Choose a reason for hiding this comment

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

Can we add some tests to that, given it's a "hot path"

@disq
Copy link
Member Author

disq commented Aug 2, 2023

Can we add some tests to that, given it's a "hot path"

@yevgenypats added

@disq disq requested a review from yevgenypats August 2, 2023 17:48
@disq disq added the automerge label Aug 9, 2023
@kodiakhq kodiakhq bot merged commit c15b214 into cloudquery:main Aug 9, 2023
@disq disq deleted the fix/scalar-timestamp branch August 9, 2023 15:45
kodiakhq bot pushed a commit that referenced this pull request Aug 15, 2023
🤖 I have created a release *beep* *boop*
---


## [4.5.0](v4.4.0...v4.5.0) (2023-08-14)


### Features

* Add publish command ([#1143](#1143)) ([fdd44d5](fdd44d5))


### Bug Fixes

* **deps:** Update github.com/cloudquery/arrow/go/v13 digest to e9683e1 ([#1144](#1144)) ([763c549](763c549))
* Scalar timestamp parsing ([#1109](#1109)) ([c15b214](c15b214))

---
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.

3 participants