Commit Graph

23109 Commits

Author SHA1 Message Date
Aaron Son dce814d749 go/store/datas/pull: pull_chunk_tracker.go: PR feedback: Round out the last batch returned from GetChunksToFetch. 2024-03-05 12:04:06 -08:00
Aaron Son a19717a975 go/store/datas/pull: pull_chunk_tracker.go: PR feedback: Add a test for when HasMany returns a subset of queried chunks. 2024-03-05 11:38:33 -08:00
Aaron Son 7b7c3b2679 go/store/datas/pull: pull_chunk_tracker.go: PR feedback: Add a comment about PullChunkTracker. 2024-03-05 11:11:42 -08:00
Aaron Son b3e3082bb0 go/store/datas/pull: pull_chunk_tracker.go: PR feedback: Make HasManyThreadCount a constant. 2024-03-05 11:01:39 -08:00
Aaron Son 383a196d53 go/store/datas/pull: puller.go: Simplify diff to relevant portion of this change. 2024-03-04 12:13:46 -08:00
Aaron Son 1a6bf25c2d go/store/datas/pull: PullChunkTracker: Make sure that the initial set of hashes to pull are also seen. 2024-02-29 10:27:41 -08:00
Aaron Son c5afe61300 go/store/datas/pull: Create a PullChunkTracker for keeping track of what to pull.
The PullChunkTracker is an optimization which can concurrently call HasMany on
the destination database while chunks are being pulled from the source
database.
2024-02-28 15:57:43 -08:00
Maximilian Hoffman 2fbcb38008 [stats]: fix panic for empty table stats with one root chunk (#7507)
* [stats]: fix panic for empty table stats with one root chunk

* log stats load errors as warnings

* splunk support for stats
2024-02-26 08:57:23 -08:00
Dustin Brown 45a49234cf [auto-bump] [no-release-notes] dependency by jycor (#7536)
* [ga-bump-dep] Bump dependency in Dolt by jycor

* [skip actions] [ga-update-correctness] SQL Correctness updated to 100

---------

Co-authored-by: jycor <jcor@ucsd.edu>
Co-authored-by: coffeegoddd <coffeegoddd@users.noreply.github.com>
2024-02-24 12:38:40 -08:00
coffeegoddd 8fd45330bb [ga-bump-release] Update Dolt version to 1.34.3 and release v1.34.3 v1.34.3 2024-02-24 00:06:39 +00:00
Nick Tobey 41d7441530 Merge pull request #7535 from dolthub/nicktobey/import-escape
Allow importing tables when the columns contain characters that require escaping.
2024-02-23 15:45:27 -08:00
Nick Tobey fec4bb4275 Allow importing tables when the columns contain characters that require escaping. 2024-02-23 15:21:15 -08:00
Dustin Brown 2e6b391d14 [ga-bump-dep] Bump dependency in Dolt by jycor (#7534)
Co-authored-by: jycor <jcor@ucsd.edu>
2024-02-22 21:39:31 -08:00
Dustin Brown 0e3e5814b7 [auto-bump] [no-release-notes] dependency by jycor (#7532)
* [ga-bump-dep] Bump dependency in Dolt by jycor

* [skip actions] [ga-update-correctness] SQL Correctness updated to 99.999966

---------

Co-authored-by: jycor <jcor@ucsd.edu>
Co-authored-by: coffeegoddd <coffeegoddd@users.noreply.github.com>
2024-02-22 12:45:43 -08:00
James Cor 0d32466532 bump sqllogictest version (#7531)
* bump sqllogictest version

* [skip actions] [ga-update-correctness] SQL Correctness updated to 99.999949

---------

Co-authored-by: James Cor <james@dolthub.com>
Co-authored-by: coffeegoddd <coffeegoddd@users.noreply.github.com>
2024-02-22 11:35:31 -08:00
Maximilian Hoffman c95044e26a [no-release-notes] bump (#7527) 2024-02-21 18:10:56 -08:00
Dustin Brown ad79d8fbee [auto-bump] [no-release-notes] dependency by max-hoffman (#7525)
* [ga-bump-dep] Bump dependency in Dolt by max-hoffman

* [skip actions] [ga-update-correctness] SQL Correctness updated to 99.999933

* fix query diff test

* include db in table schemas

* comment on flake test

---------

Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
Co-authored-by: coffeegoddd <coffeegoddd@users.noreply.github.com>
2024-02-21 16:50:29 -08:00
Jason Fulghum 3fa31f7a33 Merge pull request #7514 from sonjek/bump-setup-go
Bump actions/setup-go and use Go version from go.mod file
2024-02-20 17:13:32 -08:00
Yevhen Pavlov b35536329a Move actions/checkout before actions/setup-go 2024-02-20 20:14:46 +02:00
Yevhen Pavlov 895b1c0d76 Bump actions/setup-go and use Go version from go.mod file 2024-02-20 19:48:12 +02:00
Jason Fulghum 92beb505a9 Merge pull request #7516 from sonjek/clean-dockerfile
Less docker layers and more compact Docker image
2024-02-19 13:30:42 -08:00
Dustin Brown 4354a743e5 Merge pull request #7519 from dolthub/db/fix-workflow
[no-release-notes] /.github/workflows/cd-release-pgo.yaml: fix release notes
2024-02-19 12:25:40 -08:00
coffeegoddd 6afa47e7e6 /.github/workflows/cd-release-pgo.yaml: fix release notes 2024-02-19 12:25:00 -08:00
Dustin Brown a34e313d90 Update cd-release-pgo.yaml 2024-02-19 12:03:17 -08:00
coffeegoddd aea2ee2842 [ga-bump-release] Update Dolt version to 1.34.2 and release v1.34.2 v1.34.2 2024-02-19 19:40:59 +00:00
Dustin Brown 396105babf Update cd-release-pgo.yaml 2024-02-19 11:38:34 -08:00
Dustin Brown 59351124ef Merge pull request #7518 from dolthub/db/fix-workflow
[no-release-notes] /.github/workflows/cd-release-pgo.yaml: fix pgo workflow
2024-02-19 11:36:14 -08:00
coffeegoddd 23a25d53d4 /.github/workflows/cd-release-pgo.yaml: fix pgo workflow 2024-02-19 11:35:29 -08:00
Dustin Brown 6a5f4b96a1 Update cd-release-pgo.yaml 2024-02-19 11:26:30 -08:00
Dustin Brown 34233d31bb Update get-dolt-profile-job-json.sh 2024-02-19 11:00:31 -08:00
Dustin Brown 0b662fb81d Merge pull request #7517 from dolthub/db/fix-workflow
[no-release-notes] /.github/{scripts,workflows}: fix workflows for new release job
2024-02-19 10:57:23 -08:00
coffeegoddd d73e74a25b /.github/{scripts,workflows}: fix workflows for new release job 2024-02-19 10:45:41 -08:00
Dustin Brown 120697d983 Merge pull request #7506 from dolthub/db/pgo-release
[no-release-notes] /.github/{scripts, workflows}: update release workflows for pgo dolt builds
2024-02-19 09:42:28 -08:00
Yevhen Pavlov 1dcd1e6084 Less docker layers and more compact Docker image 2024-02-18 17:49:26 +02:00
Dustin Brown f754983d4e [auto-bump] [no-release-notes] dependency by jycor (#7513) 2024-02-18 03:02:27 -08:00
Dustin Brown 1339880002 [auto-bump] [no-release-notes] dependency by jycor (#7511) 2024-02-18 01:17:58 -08:00
Dustin Brown e709939016 [auto-bump] [no-release-notes] dependency by jycor (#7508) 2024-02-16 14:09:05 -08:00
Dustin Brown 1177f88155 Merge pull request #7509 from dolthub/db/fix-stuff
[no-release-notes] /go/{libraries,store}: revert removal of GetTopNTopoOrderedCommitsMatching, fix CSMetricWrapper chunkstore
2024-02-16 13:27:02 -08:00
coffeegoddd 1749688ca7 /go/{libraries,store}: revert removal of GetTopNTopoOrderedCommitsMatching, fix CSMetricWrapper chunkstore 2024-02-16 12:02:39 -08:00
coffeegoddd 688bce8476 /.github/workflows: update release workflows 2024-02-16 09:47:51 -08:00
coffeegoddd d42dd6d7ec /.github/{scripts, workflows}: update release workflows for pgo dolt builds 2024-02-16 09:45:23 -08:00
Dustin Brown 36efb2f1fa Merge pull request #7501 from dolthub/db/benchmark-tests
[no-release-notes] /.github/workflows/ci-benchmark-runner-tests.yaml: test benchmark runner in ci
2024-02-16 09:31:30 -08:00
coffeegoddd 69724df93f /.github/workflows/ci-benchmark-runner-tests.yaml: remove dustin gate 2024-02-15 17:30:38 -08:00
macneale4 12e4a6646e [ga-bump-release] Update Dolt version to 1.34.1 and release v1.34.1 v1.34.1 2024-02-16 01:17:54 +00:00
Neil Macneale IV 139c49ff9d Merge pull request #7486 from dolthub/macneale4/shallow-clone
Shallow Clone Support Added

These changes add the "--depth n" option to the clone command and the dolt_clone stored procedure.
2024-02-15 17:09:40 -08:00
coffeegoddd 3263cbe920 /go/performance/utils/benchmark_runner/run_test.go: reduce testing time 2024-02-15 17:03:46 -08:00
Neil Macneale IV 050a258ccb Untangle the loop arount PullChunks 2024-02-15 16:33:52 -08:00
Neil Macneale IV 3a59ea51e6 PR feedback 2024-02-15 16:33:52 -08:00
Neil Macneale IV 8f01868df0 Skip pulling tags in shallow clone. Currently seg faults
When fetching, verify tag commits aren't ghost commits
2024-02-15 16:33:17 -08:00
coffeegoddd 3d0c9df515 /{.github,go}: fix benchmark_runner tests so that they test all use cases 2024-02-15 16:32:59 -08:00