lihuigang / hive-bitmap-udf

在hive中使用Roaring64Bitmap实现精确去重功能
Apache License 2.0
67 stars 33 forks source link

[Improve]:The hive-exec module should be used instead of the spark-hive module. #18

Open BsoBird opened 1 month ago

BsoBird commented 1 month ago

Since bitmap-udf only uses hive-udf related interfaces, we shouldn't introduce extra spark related dependencies. In addition, the spark-hive module should only be used in the test module.

BsoBird commented 1 month ago

@lihuigang hi. can u check this? tks.