Maximilian Hoffman
68651daa4a
[sqle] Fix diff table merge join bugs ( #8699 )
...
* [sqle] Fix diff table merge join bugs
* bump
* jcor comments
2024-12-26 14:04:49 -06:00
Maximilian Hoffman
d98baafd3e
[stats] stats table name sensitivity tests ( #8684 )
...
* table name sensitivity tests
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* fix bats
* build issue
* disable stats collection for slow bats test
* use dsess.SqlDatabase for branchdb
* see if disabling bootstrap makes a difference for timeout test
* no lambda bats for slow diff query
* undo lambda change
* nick comments
---------
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com >
2024-12-23 15:34:09 -08:00
Nick Tobey
d62130f670
Merge pull request #8605 from dolthub/nicktobey/newemptymap
...
[no-release-notes] Refactor NewEmptyIndex to avoid adding parameters for keyless and vector indexes
2024-12-18 10:17:29 -08:00
Nick Tobey
a689d47fdd
Clearly distinguish between table schema and index schema in NewEmpty...Index methods.
2024-12-17 18:27:29 -08:00
Neil Macneale IV
9f07a4aaa8
Merge pull request #8631 from dolthub/macneale4/alter-pk-diff
...
Give a little more information in dolt_diff_* when there is a pk change
2024-12-17 13:55:25 -08:00
jennifersp
507effd9de
fix resolved
2024-12-17 13:02:27 -08:00
Neil Macneale IV
ac9cad62eb
PR Feedback
2024-12-17 13:01:27 -08:00
jennifersp
463005ab59
update TableFunction
2024-12-16 16:51:41 -08:00
Neil Macneale IV
3400e9158d
Update go/libraries/doltcore/sqle/enginetest/dolt_queries_diff.go
...
Co-authored-by: Jason Fulghum <jason@dolthub.com >
2024-12-16 16:24:59 -08:00
Neil Macneale IV
94192652e8
Handle schema differences a little more gracefully.
2024-12-16 12:34:23 -08:00
Neil Macneale IV
4ddf683bb5
Still produce warning when the schema diff is suspect
2024-12-16 12:32:09 -08:00
Neil Macneale IV
96e9dda278
Another pass on tests to account for rolling past a schema change commit
2024-12-16 09:29:22 -08:00
Neil Macneale IV
acfb592199
Change approach. Breaks tests
2024-12-16 09:29:22 -08:00
Neil Macneale IV
9221f08d5b
Give a little more information in dolt_diff_* when there is a pk change
...
https://github.com/dolthub/dolt/issues/8625
2024-12-16 09:29:22 -08:00
James Cor
5483f71247
fix: panic on null metrics port ( #8680 )
2024-12-13 16:35:46 -08:00
James Cor
7714f70d79
parse user vars as interface{} instead of always string ( #8677 )
2024-12-13 14:20:06 -08:00
Maximilian Hoffman
4fff28324f
[stats] persist schema hashes for purging ( #8674 )
...
* [statspro] Save table schema hashes to detect alterations between stats loads
* fix preexisting drop datebase issue
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* fix testing harness and in-memory restarts after alter
* tuple fb type
* add new files
* add tuple ident
* fix file ident
* idents again
---------
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com >
2024-12-13 13:40:06 -08:00
James Cor
61461b59d9
fix panic for virtual columns in dolt_diff_<tbl> ( #8673 )
2024-12-12 13:01:30 -08:00
macneale4
5fdb9bb967
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2024-12-11 19:03:51 +00:00
Neil Macneale IV
2451899120
Cut max procedure statement to 8K
2024-12-11 10:55:04 -08:00
Neil Macneale IV
5dc4348427
Enable larger statements for dolt_procedures
2024-12-11 10:55:04 -08:00
zachmu
7db8a4bc8d
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2024-12-09 19:40:20 +00:00
Zach Musgrave
eefe350ef7
Made the entire performance block nillable
2024-12-09 11:31:46 -08:00
Zach Musgrave
03e77f6f65
Removed query parallelism param
2024-12-09 11:25:21 -08:00
Jason Fulghum
f82d484cd1
Merge pull request #8653 from dolthub/fulghum/replica-bug-fix
...
Bug fix: replication fails when a branch is deleted and tag with same name is created
2024-12-08 19:22:28 -08:00
Jason Fulghum
cf1edd8a3b
Bug fix: track refs by ID, instead of by path, since branches and tags with the same name will have the same path
2024-12-06 17:41:48 -08:00
Zach Musgrave
4c795fe771
merge main
2024-12-06 15:58:49 -08:00
Zach Musgrave
59314e926c
Merge pull request #8645 from dolthub/zachmu/load-vars
...
Removed persitence behavior from config
2024-12-06 15:37:09 -08:00
Zach Musgrave
0ff6fb60fa
Fix another test
2024-12-06 14:38:48 -08:00
Dustin Brown
e739e4f3fd
[auto-bump] [no-release-notes] dependency by jycor ( #8648 )
2024-12-06 13:45:01 -08:00
Zach Musgrave
1a0986ce50
Fixed test with new def:
2024-12-06 13:12:02 -08:00
Nick Tobey
87615ac495
Add test for importing parquet file that wasn't generated by parquet-go
2024-12-05 19:03:48 -08:00
zachmu
429f83951d
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2024-12-06 02:23:24 +00:00
Zach Musgrave
010c3253f9
Removed persitence behavior from config
2024-12-05 18:15:07 -08:00
Zach Musgrave
e6545cc409
Merge branch 'zachmu/enginetest10' of github.com:dolthub/dolt into zachmu/enginetest10
2024-12-05 15:18:28 -08:00
Zach Musgrave
4418ef1bee
Altered merge queries to be more compatible with doltgres
2024-12-05 15:17:42 -08:00
zachmu
915c88cc88
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2024-12-05 22:44:11 +00:00
Zach Musgrave
f9d6a56a20
merge main
2024-12-05 14:34:06 -08:00
Daylon Wilkins
77c3bf6b0d
Merge pull request #8639 from dolthub/daylon/fix-for
...
Fix for updated issue 8623
2024-12-05 14:13:39 -08:00
Taylor Bantle
7411748a19
Merge remote-tracking branch 'origin/main' into taylor/more-dg-types
2024-12-05 09:45:50 -08:00
Aaron Son
cd75f836bc
[no-release-notes] go: doltcore: diff: table_deltas.go: Fix perf regression in dolt_add, dolt_commit. ( #8638 )
2024-12-05 09:04:22 -08:00
Daylon Wilkins
85d2545709
Fix for updated issue 8623
2024-12-05 04:25:14 -08:00
Zach Musgrave
e6ff0c0611
Fixed error in rename table for doltgres
2024-12-04 16:21:39 -08:00
Taylor Bantle
e11b19b9eb
Merge remote-tracking branch 'origin/main' into taylor/more-dg-types
2024-12-04 13:39:05 -08:00
Taylor Bantle
e10835ad5b
Add pointers for dolt_constraint_violations_* table schema changes for doltgres
2024-12-04 12:39:31 -08:00
Nick Tobey
dcfc2a03ed
Merge pull request #8624 from dolthub/nicktobey/status
...
Update sql status to not report changes for unstaged tables that have changed but not visibly.
2024-12-03 17:17:02 -08:00
Taylor Bantle
b93b5b3be5
Add pointer for dolt_merge_status schema for doltgres
2024-12-03 16:21:52 -08:00
Zach Musgrave
3cda51b3d5
fixed harness after changes in gms
2024-12-03 15:59:16 -08:00
Daylon Wilkins
057000edf1
Merge pull request #8630 from dolthub/daylon/branch-control
...
Fixed issues with branch control
2024-12-03 15:36:03 -08:00
Taylor Bantle
ff65c8f196
Add pointer for dolt_status schema for doltgres
2024-12-03 15:26:25 -08:00