Hi Lei, Are you using the newest 1.10 blink planner?
I'm not familiar with Hive and parquet, but I know @Jingsong Li <[email protected]> and @[email protected] <[email protected]> are experts on this. Maybe they can help on this question. Best, Jark On Tue, 7 Apr 2020 at 16:17, [email protected] < [email protected]> wrote: > > 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 > > Any insight on this? > > Thanks, > Lei > > > > ------------------------------ > [email protected] > >
