Tags: gotid/dgraph
Tags
fix(sort): Make sort consistent for indexed and without indexed predi… …cates (dgraph-io#7241) (dgraph-io#7323) Make the result of sort consistent for predicate with and without index. After this change, the predicates with null values will appear at the last of the sort result for both ascending and descending sort, for both index/no-index case. Before this change the result for predicate with index didn't contain the null predicates and the one without index treated nulls as infinite value - they appeared at the beginning for descending while at the end for the ascending sort case. NOTE: This is a breaking change for the response of sort. Co-authored-by: Rajas Vanjape <[email protected]> (cherry picked from commit 85278f8)
update changelog for v20.03.7 (dgraph-io#7210) * update changelog for v20.03
adding changelog for release 20.11 (dgraph-io#7146) * adding changelog for release 20.11 * fixing duplicates + basic refactor * fixing changelog with old commit
Update ristretto to bring in jemalloc-stats fix (dgraph-io#7122) Use the latest ristretto to bring in the jemalloc-stats fix. (cherry picked from commit 188711a)
build: Ignore build if changes not done in wiki folder (dgraph-io#7092)
fix: added comment docstring for ExportInput format (dgraph-io#6991) (d… …graph-io#7098) * fix: added comment docstring for ExportInput format (cherry picked from commit 072b03e)
PreviousNext