Re: Rlike '\s' couldn't get the space

2018-11-14 Thread Tanvi Thacker
Hi, You need to use "*rlike '\\s' * to escape the single backslash. Regards Tanvi Thacker On Mon, Nov 12, 2018 at 3:02 AM anci_...@yahoo.com wrote: > Dears, > I see that using '\s' can get the whitespace character in normal java > regular expressions, > but in HIVE I found it couldn't. >

Re: HIVE-20420 Provide a fallback authorizer when no other authorizer is in use

2018-11-14 Thread Thejas Nair
This was for CVE-2018-11777. You can find more details in description of CVE-2018-11777 On Wed, Nov 14, 2018 at 3:40 AM Oleksiy S wrote: > > Guys, could you help with this new feature? HIVE-20420 > > I see no docs, no use cases, just nothing. Thanks. > > -- > Oleksiy

Result of Hive ResultSet getObject() for Types ARRAY and MAP cannot be used for HivePreparedStatement.setObject()

2018-11-14 Thread christoff . schmitz
Hello, I would expect that this should work (in case for equally defned data types), actually it does not: Error while compiling statement: FAILED: SemanticException [Error 10044]: Line 1:12 Cannot insert into target table because column number/types are different 'HiveDataTypes': Cannot conve

HivePreparedStatement: setObject() does not delegat to setDate() and setBinaryStream()

2018-11-14 Thread christoff . schmitz
Hello, currently, all values of a prepared statement can be set via setObject, except Date and BinaryStream. The delegation (as implemented fpor other types) is missing. Can this be fixed in a future release? Kind regards Christoff Schmitz F I N A R I S Financial Software Partner GmbH Sömmer

HIVE-20420 Provide a fallback authorizer when no other authorizer is in use

2018-11-14 Thread Oleksiy S
Guys, could you help with this new feature? HIVE-20420 I see no docs, no use cases, just nothing. Thanks. -- Oleksiy