This commit is contained in:
Rishabh Kumar 2024-11-06 10:12:36 -08:00
parent 245ad40efc
commit b5eb39717d

View file

@ -3694,7 +3694,7 @@ func detectHistogramStatsDecoding(expr parser.Expr) {
}
}
return errors.New("stop")
})
}, nil)
}
func makeInt64Pointer(val int64) *int64 {