Github user jackylk commented on the issue:
https://github.com/apache/carbondata/pull/2978
@chenliang613 column vector code (CarbonColumnVector interface) and a base implementation (CarbonColumnVectorImpl class) is in carbon-core module, but still for every engine integration layer, they need to be adapt to the compute engine.
---