Commit Graph

11 Commits

Author SHA1 Message Date
Nick Tobey
cb2d7a162e Respond to PR feedback. 2025-03-20 22:46:46 -07:00
Nick Tobey
ece59d6442 Add new encoding types for toast types. 2025-03-20 00:02:31 -07:00
Daylon Wilkins
36efa2c8b5 Added storage capabilities for GMS Extended Types 2024-02-07 05:35:35 -08:00
James Cor
c5710b42ab store GEOMETRY types as BLOBs (#6933) 2023-11-07 01:49:48 -08:00
James Cor
71f960b8ed small fixes 2023-01-25 14:00:07 -08:00
James Cor
495b487b58 adding encoding 2023-01-23 16:58:37 -08:00
Maximilian Hoffman
91690bee18 [no-release-notes] text and json written as byte trees (#3690)
* persistable vars

* [no-release-notes] text and json types written as byte trees

* fmt

* more tests, fix other failing tests

* GMS bump

* fix remaining tests

* small fixes

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* bats failures

* revert

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* tidy

* update plans

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* more plan changes

* delete todo

* better docstring

* zach comments

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2022-06-29 07:37:35 -07:00
Maximilian Hoffman
ac80ba7770 New format blobs (#3588)
* [no-release-notes] New format blob read/write

Use blob chunker to write blobs out of band. Tests for
round tripping and address walking at the tree level.
Run Blob enginetests and extra large file blob tests.

* NodeStore ref refactors

* fix index

* run verify

* fix more bats

* small PR cleanup

* more changes

* last bats errors
2022-06-22 18:02:48 -07:00
Dhruv Sringari
b1a972dd31 [no-release-notes] store conflicts in unified merge artifacts table (#3579)
* Add Hash160Enc

* persist and read conflicts from merge artifacts table

* update some tests

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* comment / cleanup prolly/artifact_map.go

* ~copyright~

* reskip TestDoltMerge

* rename Hash160Enc to Address

* change ArtifactType from string to uint8

* fix zero value for ArtifactType

Co-authored-by: druvv <druvv@users.noreply.github.com>
2022-06-09 13:07:47 -07:00
Andy Arthur
2b7ff514b1 Merge remote-tracking branch 'origin/main' into andy/schema-encoding 2022-05-31 14:53:55 -07:00
Andy Arthur
dde1d31fd0 added value encodings to flatbuffers schema 2022-05-25 13:55:12 -07:00