How about we use o.a.k.jdbc.KyuubiHiveDriver, which is more elegant and user-friendly to me. If we are going to add other protocol support, we can simply name it o.a.k.jdbc.KyuubiXXXDriver,
Cheng Pan <[email protected]> 于2021年9月22日周三 下午2:52写道: > Hi developers, > > Currently, we have a module named `kyuubi-hive-jdbc`, but the classes' > package name lacks `hive`, for instance, > `org.apache.kyuubi.jdbc.KyuubiDriver`, it's a bit inconsistent. > > I propose 3 change options to make it consistent. > > 1. remame `kyuubi-hive-jdbc` to `kyubbi-jdbc` > 2. change pacakge `org.apache.kyuubi.jdbc` to `org.apache.kyuubi.jdbc.hive` > 3. change pacakge `org.apache.kyuubi.jdbc` to `org.apache.kyuubi.hive.jdbc` > > I'd like to hear what other people think. > > Thanks, > Cheng Pan >
