Implement final fixes and close out the implemetation roadmap
This commit is contained in:
@@ -29,7 +29,10 @@ func TestChunkCanonicalizationAndClonePreserveAnnotationScopes(t *testing.T) {
|
||||
t.Fatalf("plan annotation = %q", got)
|
||||
}
|
||||
|
||||
cloned := cloneSourceChunk(chunks[0])
|
||||
cloned, err := cloneSourceChunk(chunks[0])
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
cloned.Annotations["shared"][0] = '['
|
||||
cloned.PlanAnnotations["shared"][0] = '['
|
||||
if string(chunks[0].Annotations["shared"]) != `{"range":true}` || string(chunks[0].PlanAnnotations["shared"]) != `{"plan":true}` {
|
||||
|
||||
Reference in New Issue
Block a user