commit | 73afe2a972e30a3e0f87401be2fa38c67e2cb964 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Sat Feb 08 19:58:04 2014 +1000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Sat Feb 08 19:58:04 2014 +1000 |
tree | bf900c405b1584f00248558dad103050d5a31aaa | |
parent | 57e41277813163a90129a8c4d5f62f0ca68793b6 [diff] |
Close #20481: Disallow mixed type input in statistics The most appropriate coercion rules are not yet clear, so simply disallowing mixed type input for 3.4. (Committed on Steven's behalf)