Skip to content

Commit

Permalink
Trivial fix for regex in stats tests (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
anishareddyv authored and agirish committed Apr 5, 2019
1 parent b99aeed commit c018fd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
\[\{"computed":"2019-04-04","columns":\[\{"column":"`p_name`","majortype":\{"type":"VARCHAR","mode":"REQUIRED"\},"schema":1.0,"rowcount":2000.0,"nonnullrowcount":2000.0,"ndv":2000,"avgwidth":33.127,"histogram":.*\},\{"column":"`p_type`","majortype":\{"type":"VARCHAR","mode":"REQUIRED"\},"schema":1.0,"rowcount":2000.0,"nonnullrowcount":2000.0,"ndv":150,"avgwidth":20.551,"histogram":.*\},\{"column":"`p_size`","majortype":\{"type":"INT","mode":"REQUIRED"\},"schema":1.0,"rowcount":2000.0,"nonnullrowcount":2000.0,"ndv":50,"avgwidth":4.0,"histogram":.*\},\{"column":"`p_retailprice`","majortype":\{"type":"FLOAT8","mode":"REQUIRED"\},"schema":1.0,"rowcount":2000.0,"nonnullrowcount":2000.0,"ndv":1100,"avgwidth":8.0,"histogram":\{.*\}\]\}\]
\[\{"computed":.*,"columns":\[\{"column":"`p_name`","majortype":\{"type":"VARCHAR","mode":"REQUIRED"\},"schema":1.0,"rowcount":2000.0,"nonnullrowcount":2000.0,"ndv":2000,"avgwidth":33.127,"histogram":.*\},\{"column":"`p_type`","majortype":\{"type":"VARCHAR","mode":"REQUIRED"\},"schema":1.0,"rowcount":2000.0,"nonnullrowcount":2000.0,"ndv":150,"avgwidth":20.551,"histogram":.*\},\{"column":"`p_size`","majortype":\{"type":"INT","mode":"REQUIRED"\},"schema":1.0,"rowcount":2000.0,"nonnullrowcount":2000.0,"ndv":50,"avgwidth":4.0,"histogram":.*\},\{"column":"`p_retailprice`","majortype":\{"type":"FLOAT8","mode":"REQUIRED"\},"schema":1.0,"rowcount":2000.0,"nonnullrowcount":2000.0,"ndv":1100,"avgwidth":8.0,"histogram":\{.*\}\]\}\]

0 comments on commit c018fd7

Please sign in to comment.