Skip to content

Commit 752bffb

Browse files
committed
add comment for test
1 parent 73b8be6 commit 752bffb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

schema/arrow_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,7 @@ func TestCQIDHashingConsistency(t *testing.T) {
170170
require.NoError(t, err)
171171
cqIDFields := got.Schema().FieldIndices(CqIDColumn.Name)
172172
require.Len(t, cqIDFields, 1)
173+
// we are now using an internal version of the official SHA1 module
174+
// d8f3b1de-8c63-5a0e-a1aa-19e9b5311c24 is the expected hash value from the official SHA1 module that we expect in our implementation
173175
assert.Equal(t, "d8f3b1de-8c63-5a0e-a1aa-19e9b5311c24", got.Column(cqIDFields[0]).ValueStr(0))
174176
}

0 commit comments

Comments
 (0)