Skip to content

Commit

Permalink
Merge branch 'main' into add_table_feature_flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 27, 2025
2 parents a1a679f + aace63a commit 7514d9c
Show file tree
Hide file tree
Showing 52 changed files with 1,982 additions and 520 deletions.
1 change: 0 additions & 1 deletion pkg/container/nulls/nulls.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import (
)

type Bitmap = Nulls
type Grouping = Nulls

type Nulls struct {
np bitmap.Bitmap
Expand Down
4 changes: 2 additions & 2 deletions pkg/container/vector/vector.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ type Vector struct {
capacity int
length int

nsp nulls.Nulls // nulls list
gsp nulls.Grouping // grouping list
nsp nulls.Nulls // nulls list
gsp nulls.Nulls // grouping list

cantFreeData bool
cantFreeArea bool
Expand Down
Loading

0 comments on commit 7514d9c

Please sign in to comment.