Re: Re: fink sql client not able to read parquet format table

2020-04-12 Thread Jingsong Li
correct it if I write something wrong. > > Thanks, > Lei > > -- > wangl...@geekplus.com.cn > > > *From:* Jingsong Li > *Date:* 2020-04-10 11:03 > *To:* wangl...@geekplus.com.cn > *CC:* Jark Wu ; lirui ; user > > *Subject:* Re:

Re: Re: fink sql client not able to read parquet format table

2020-04-10 Thread wangl...@geekplus.com.cn
; user Subject: Re: Re: fink sql client not able to read parquet format table Hi lei, I think the reason is that our `HiveMapredSplitReader` not supports name mapping reading for parquet format. Can you create a JIRA for tracking this? Best, Jingsong Lee On Fri, Apr 10, 2020 at 9:42 AM wangl

Re: Re: fink sql client not able to read parquet format table

2020-04-09 Thread Jingsong Li
om.cn > > > *From:* Jingsong Li > *Date:* 2020-04-09 21:45 > *To:* wangl...@geekplus.com.cn > *CC:* Jark Wu ; lirui ; user > > *Subject:* Re: Re: fink sql client not able to read parquet format table > Hi lei, > > Which hive version did you use? > Can you share

Re: Re: fink sql client not able to read parquet format table

2020-04-09 Thread wangl...@geekplus.com.cn
sql client not able to read parquet format table Hi lei, Which hive version did you use? Can you share the complete hive DDL? Best, Jingsong Lee On Thu, Apr 9, 2020 at 7:15 PM wangl...@geekplus.com.cn wrote: I am using the newest 1.10 blink planner. Perhaps it is because of the method i used

Re: Re: fink sql client not able to read parquet format table

2020-04-09 Thread Jingsong Li
- > wangl...@geekplus.com.cn > > > *From:* Jark Wu > *Date:* 2020-04-09 14:48 > *To:* wangl...@geekplus.com.cn; Jingsong Li ; > lirui > *CC:* user > *Subject:* Re: fink sql client not able to read parquet format table > Hi Lei, > > Are you using the newest 1.

Re: Re: fink sql client not able to read parquet format table

2020-04-09 Thread wangl...@geekplus.com.cn
ekplus.com.cn; Jingsong Li; lirui CC: user Subject: Re: fink sql client not able to read parquet format table Hi Lei, Are you using the newest 1.10 blink planner? I'm not familiar with Hive and parquet, but I know @Jingsong Li and @li...@apache.org are experts on this. Maybe they can hel

Re: fink sql client not able to read parquet format table

2020-04-08 Thread Jark Wu
Hi Lei, Are you using the newest 1.10 blink planner? I'm not familiar with Hive and parquet, but I know @Jingsong Li and @li...@apache.org are experts on this. Maybe they can help on this question. Best, Jark On Tue, 7 Apr 2020 at 16:17, wangl...@geekplus.com.cn < wangl...@geekplus.com.cn> wr

fink sql client not able to read parquet format table

2020-04-07 Thread wangl...@geekplus.com.cn
Hive table stored as parquet. Under hive client: hive> select robotid from robotparquet limit 2; OK 1291097 1291044 But under flink sql-client the result is 0 Flink SQL> select robotid from robotparquet limit 2; robotid 0 0