Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle formatOptions.useInt64Timestamp in tabledataListRequest #276

Merged
merged 3 commits into from
Apr 8, 2024

Conversation

ohaibbq
Copy link
Contributor

@ohaibbq ohaibbq commented Mar 4, 2024

Closes #275

Copy link
Owner

@goccy goccy left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution ! Please resolve conflict 🙏

@goccy goccy added the reviewed label Apr 6, 2024
@Gyllsdorff
Copy link

It looks like the only conflict is in go.mod and go.sum. Do you see any risks in doing a bump of all dependencies in this PR or are there any reasons to leave some deps on a older version?

This problem caused about 2 days of extra work until I saw what was wrong so it would be great if we could merge and release a fix.

ohaibbq PR is in a forked repo so I can't resolve the minor conflicts, I could fork-the-fork, resolve the conflict and create a new PR but that would be rude to Ohaibbq that did all the work. :)

@ohaibbq ohaibbq force-pushed the dan/tabledata-list-int64 branch from 974e0a7 to 55b8941 Compare April 8, 2024 06:19
@ohaibbq ohaibbq force-pushed the dan/tabledata-list-int64 branch from c4c0f28 to 7753753 Compare April 8, 2024 06:52
@ohaibbq
Copy link
Contributor Author

ohaibbq commented Apr 8, 2024

@goccy I've updated the dependencies and fixed a test failure

@goccy
Copy link
Owner

goccy commented Apr 8, 2024

LGTM 👍

@goccy goccy merged commit 0d38e32 into goccy:main Apr 8, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unmarshal fails to a struct with time.Time type when using the cloud.google.com/go/bigquery library
3 participants