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

Release v3.14.8 #514

Merged
merged 4 commits into from
Dec 1, 2023
Merged

Release v3.14.8 #514

merged 4 commits into from
Dec 1, 2023

Conversation

bot-exusiai
Copy link

@bot-exusiai bot-exusiai commented Dec 1, 2023

This PR is automatically created by actions defined in this repository. To see the run log of this action, please click here


Summary

Added basic support for parquet. Fixed v3 dataset query and associated API issues. Added 'type' to v3 item.

if err != nil {
return errors.Wrap(err, "failed to open file")
}
defer file.Close()
defer jsonFile.Close()

Check warning

Code scanning / CodeQL

Writable file handle closed without error handling Warning

File handle may be writable as a result of data flow from a
call to OpenFile
and closing it may result in data loss upon failure, which is not handled explicitly.
@GalvinGao GalvinGao marked this pull request as ready for review December 1, 2023 07:22
@GalvinGao GalvinGao merged commit db2e7d0 into main Dec 1, 2023
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants