Skip to content

Commit

Permalink
use reserved keyword for deprecated txnmetadata proto (#612)
Browse files Browse the repository at this point in the history
* use reserved keyword for deprecated txnmetadata proto

* lint
  • Loading branch information
thorfour authored Dec 4, 2023
1 parent 9def6d7 commit cc5a616
Show file tree
Hide file tree
Showing 6 changed files with 126 additions and 147 deletions.
2 changes: 0 additions & 2 deletions dynparquet/schema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"io"
"math/rand"
"testing"
"time"

"github.com/google/uuid"
"github.com/parquet-go/parquet-go"
Expand All @@ -27,7 +26,6 @@ func TestMergeRowBatches(t *testing.T) {
rowGroups = append(rowGroups, rg)
}

rand.Seed(time.Now().UnixNano())
rand.Shuffle(len(rowGroups), func(i, j int) { rowGroups[i], rowGroups[j] = rowGroups[j], rowGroups[i] })

merge, err := schema.MergeDynamicRowGroups(rowGroups)
Expand Down
126 changes: 63 additions & 63 deletions gen/proto/go/frostdb/snapshot/v1alpha1/snapshot.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cc5a616

Please sign in to comment.