+1 On Mon, Jun 6, 2022 at 8:58 AM Antoine Pitrou <anto...@python.org> wrote:
> > +1 for removing it. > > > On Fri, 03 Jun 2022 08:32:35 +0900 (JST) > Sutou Kouhei <k...@clear-code.com> wrote: > > Hi, > > > > We have Hive adapter in cpp/src/arrow/dbi/hiveserver2 but > > it's not maintained. Can we remove this? > > > > Reasons: > > > > 1. I got build errors when I build it on master by > > -DARROW_HIVESERVER2=ON. See > > https://github.com/apache/arrow/pull/13292 for a fix of the > > build errors. > > > > We don't receive any bug report of it. It seems that > > nobody uses our Hive adapter. > > > > 2. We don't have a CI job that enables our Hive adapter. > > > > 3. Apache Arrow Flight SQL or Apache Arrow Database > > Connectivity may implement a feature to connect to Hive > > in future. > > > > > > Thanks, > > > >