oap-project / sql-ds-cache

Spark* plug-in for accelerating Spark* SQL performance by using cache and index at SQL data source layer.
Apache License 2.0
37 stars 25 forks source link

[SQL-DS-CACHE-206][POAE7-1318]make APE compatible with Flink version 1.13.2 #207

Closed iyupeng closed 3 years ago

iyupeng commented 3 years ago

What changes were proposed in this pull request?

How was this patch tested?

integration tests

github-actions[bot] commented 3 years ago

https://github.com/oap-project/sql-ds-cache/issues/206

iyupeng commented 3 years ago

@winningsix @jikunshang @yma11 Please take a review. This pull request has many file movements. But most code changes are in this commit: b96db52

Almost all classes in ape-flink modules depends on a Flink version, even the vectors for native reader. So there won't be a common module for ape-flink-1.12.0 and ape-flink-1.13.2.