openlookeng/hetu-core

Output is not same as hive when data contains '\0'

Opened this issue · 0 comments

Software Environment:

  • OpenLooKeng version (source or binary): 1.1.0

  • OS platform & distribution (eg., Linux Ubuntu 16.04): Linux Ubuntu 16.04

  • Java version: openJDK 1.8.0_252

Describe the current behavior

There is difference in output between openlooKeng CLI(1.1.0) and hive CLI(3.1.2).

Describe the expected behavior

Output should be same between openlookEng and hive CLI.

Steps to reproduce the issue

1.At hive side
create table test(aa varchar(20),bb int);
insert into test values('hive\0spark',1);
select * from test;
2. At openlooKeng side
select * from test;

Related log/screenshots

Gitee Issue Link: https://e.gitee.com/open_lookeng/issues/list?issue=I3BXGG

Special notes for this issue