PageRenderTime 45ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
text | 3 lines | 3 code | 0 blank | 0 comment | 0 complexity | 56c0796023b3af2f03de2c87de07d5fb MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. FROM src_thrift
  2. SELECT field(1, src_thrift.lintstring)
  3. WHERE src_thrift.lintstring IS NOT NULL;