Daylon Wilkins
94df749605
Merge pull request #7610 from dolthub/daylon/fulltext-optimization
...
Optimize full-text to selectively rebuild
2024-03-14 22:25:32 -07:00
Maximilian Hoffman
4da8f55572
[sqle] don't panic reading history table ( #7616 )
...
* [sqle] don't panic reading history table
* better test
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
---------
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com >
2024-03-14 15:42:20 -07:00
Aaron Son
73eff4d569
go/libraries/doltcore/merge: fulltext_rebuild.go: Add some comments, refactor some things into functions, even if they are still too big.
2024-03-14 15:41:20 -07:00
Aaron Son
8b3d0d63d7
Merge pull request #7592 from dolthub/aaron/fix-parallel-hasmany
...
go/store/datas/pull: Restore puller optimization for parallel HasMany calls. Fix crash in pull_chunk_tracker.
2024-03-14 13:45:35 -07:00
Maximilian Hoffman
72428792e2
[sqle] Allow bindvars in most function constructors ( #7615 )
...
* [sqle] Allow bindvars in most function constructors
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* move test
* skip single script test
* rename expression var to avoid name overlap
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* more expression2
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* more expression2
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
---------
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com >
2024-03-14 12:37:06 -07:00
Neil Macneale IV
5d41198024
[no release notes] Merge pull request #7609 from dolthub/macneale4/nbs-addr
...
Drop the nbs.addr type in favor of hash.Hash type
2024-03-14 09:29:25 -07:00
Daylon Wilkins
ee736b0cbc
Optimize full-text to selectively rebuild
2024-03-14 04:16:53 -07:00
Neil Macneale IV
338997f624
PR Feedback
2024-03-13 17:07:03 -07:00
Zach Musgrave
19fdbb0dc7
latest gms
2024-03-13 15:53:08 -07:00
Zach Musgrave
7d50a17304
merge main
2024-03-13 15:29:16 -07:00
Zach Musgrave
705b5793d9
GMS fix
2024-03-13 15:28:43 -07:00
Neil Macneale IV
41b7906419
Remove unnecessary lines
2024-03-13 09:39:49 -07:00
macneale4
06a99f8e7d
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2024-03-13 00:45:21 +00:00
Neil Macneale IV
66da338dfe
Clean up the redundant encoder
2024-03-12 17:35:24 -07:00
Neil Macneale IV
3981c217c5
Copy value to avoid address reuse
2024-03-12 17:35:24 -07:00
Neil Macneale IV
f01cee4f28
Test changes to account for dropping nbs.addr
2024-03-12 17:35:24 -07:00
Neil Macneale IV
3535a4908e
Drop nbs.addr type in favor of hash.Hash type
2024-03-12 17:35:24 -07:00
fulghum
976e002ada
[ga-bump-dep] Bump dependency in Dolt by fulghum
2024-03-12 23:50:33 +00:00
coffeegoddd
737c0efba4
[ga-bump-release] Update Dolt version to 1.35.3 and release v1.35.3
2024-03-12 23:13:54 +00:00
Dustin Brown
4f5cd88d44
[ga-bump-dep] Bump dependency in Dolt by jycor ( #7606 )
...
Co-authored-by: jycor <jcor@ucsd.edu >
2024-03-12 15:15:00 -07:00
Dustin Brown
e8a39c0748
[ga-bump-dep] Bump dependency in Dolt by jycor ( #7598 )
...
Co-authored-by: jycor <jcor@ucsd.edu >
2024-03-12 10:13:20 -07:00
Dustin Brown
eb51ed572c
[ga-bump-dep] Bump dependency in Dolt by max-hoffman ( #7597 )
...
Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com >
2024-03-12 02:12:20 -07:00
Dustin Brown
d5eaae3aa6
[ga-bump-dep] Bump dependency in Dolt by jycor ( #7595 )
...
Co-authored-by: jycor <jcor@ucsd.edu >
2024-03-11 16:37:31 -07:00
coffeegoddd
fc9dd6b536
[ga-bump-release] Update Dolt version to 1.35.2 and release v1.35.2
2024-03-11 17:24:58 +00:00
reltuk
d362e7f206
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2024-03-11 17:08:16 +00:00
Aaron Son
2c46b380e6
go/store/datas/pull: Fix crash in pull_chunk_tracker.
2024-03-11 10:00:17 -07:00
Aaron Son
0357a43590
Revert "go/store/datas/pull: Revert puller changes from 1.34.0 until we investigate changes in resource utilization."
...
This reverts commit e98757c136 .
2024-03-11 09:48:11 -07:00
Aaron Son
e98757c136
go/store/datas/pull: Revert puller changes from 1.34.0 until we investigate changes in resource utilization.
2024-03-10 18:09:11 -07:00
Dustin Brown
b511d03a45
[ga-bump-dep] Bump dependency in Dolt by jycor ( #7590 )
...
Co-authored-by: jycor <jcor@ucsd.edu >
2024-03-08 21:56:00 -08:00
Dustin Brown
54be215b45
[ga-bump-dep] Bump dependency in Dolt by jycor ( #7587 )
...
Co-authored-by: jycor <jcor@ucsd.edu >
2024-03-07 22:02:48 -08:00
Jason Fulghum
5ee90101bc
Merge pull request #7539 from dolthub/fulghum/schema-pinning
...
Feature: Schema overriding
2024-03-07 17:17:28 -08:00
Jason Fulghum
d2c4af2749
Renaming to @@dolt_override_schema
2024-03-07 16:49:56 -08:00
James Cor
df23415be2
fix comparison for []byte ( #7584 )
2024-03-07 16:46:42 -08:00
Jason Fulghum
794e30d196
Adding follow up TODO notes from PR feedback
2024-03-07 15:46:18 -08:00
Jason Fulghum
86c55760ff
Correcting comment
2024-03-07 15:37:57 -08:00
Jason Fulghum
95a5964e04
PR Feedback: truncating string values when mapping to a more narrow string type
2024-03-07 14:27:57 -08:00
James Cor
2b6a11dec3
fix bad charset tests and dolt table import schema ( #7581 )
2024-03-07 13:59:45 -08:00
Jason Fulghum
fd7be9afbe
Fixing an issue with joins when index schemas don't match up with overridden schemas
2024-03-07 12:14:11 -08:00
Jason Fulghum
cd6dd33736
Adding tests for revision DBs with ancestor syntax
2024-03-07 11:40:49 -08:00
Dustin Brown
ddf72576ed
[ga-bump-dep] Bump dependency in Dolt by jycor ( #7575 )
...
Co-authored-by: jycor <jcor@ucsd.edu >
2024-03-06 23:02:44 -08:00
Jason Fulghum
6093311f4a
Adding tests for tag revision DBs
2024-03-06 15:03:58 -08:00
coffeegoddd
ebecf60474
[ga-bump-release] Update Dolt version to 1.35.1 and release v1.35.1
2024-03-06 21:29:46 +00:00
fulghum
317378c707
[ga-bump-dep] Bump dependency in Dolt by fulghum
2024-03-06 20:24:36 +00:00
Maximilian Hoffman
c59b019d11
[no-release-notes] more TPC-C, reduce variance ( #7570 )
2024-03-06 10:10:13 -08:00
Aaron Son
5a443c844e
Merge pull request #7553 from dolthub/aaron/optimize-puller-concurrenty-hasmany
...
go/store/datas/pull: Create a PullChunkTracker for keeping track of what to pull.
2024-03-05 13:52:57 -08:00
reltuk
ccb3dd3e17
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2024-03-05 20:13:26 +00:00
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