PageRenderTime 46ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/release-0.0.0-rc0/hive/external/ql/src/test/queries/clientnegative/udf_array_contains_wrong2.q

#
text | 2 lines | 2 code | 0 blank | 0 comment | 0 complexity | fb59a40420c13e5663179ca127cef610 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. -- invalid second argument
  2. SELECT array_contains(array(1, 2, 3), '2') FROM src LIMIT 1;