Re: How to implement partitioned external table.

2019-04-12 Thread PengHui Li
@Zoltan Appreciate to your replay, i will open a new topic at developer list. Best regards Penghui Zoltan Haindrich 于2019年4月11日周四 下午4:21写道: > > > On 4/4/19 10:22 AM, PengHui Li wrote: > > Hi guys, > > > > I am integrating hive and pulsar(http://pulsar.apache.org < > http://pulsar.apache.org/>)

Re: How to implement partitioned external table.

2019-04-11 Thread Zoltan Haindrich
On 4/4/19 10:22 AM, PengHui Li wrote: Hi guys, I am integrating hive and pulsar(http://pulsar.apache.org ) by HiveStorageHandler and HiveMetaHook, I want to add a feature can divide the data into several parts(pulsar topics) when use hive `PARTITIONED BY`. But  don