Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

[NSE-778] Failed to find include file while running code gen #779

Merged

Conversation

jackylee-ch
Copy link
Contributor

What changes were proposed in this pull request?

We may load wrong include files while calling JniUtils.loadIncludeFromJar, espetially when there is another jar has include resouces. Thus this pr try to solve this problem by loading the include file inside of the jar that contains JniUtils.class

How was this patch tested?

Unit tests

@github-actions
Copy link

#778

@zhouyuan zhouyuan merged commit d7c4cbd into oap-project:master Mar 29, 2022
zhouyuan pushed a commit to zhouyuan/native-sql-engine that referenced this pull request Mar 30, 2022
…ject#779)

* fix can not find include file

* add maven test content back
zhouyuan added a commit that referenced this pull request Mar 30, 2022
* [NSE-772] Code refactor for ColumnarBatchScan (#805)

* Override doCanonicalize in ColumnarBatchScanExec

* Refactor ColumnarBatchScan

* [NSE-778] Failed to find include file while running code gen (#779)

* fix can not find include file

* add maven test content back

Co-authored-by: PHILO-HE <feilong.he@intel.com>
Co-authored-by: Jacky Lee <lijunqing@baidu.com>
@weiting-chen weiting-chen added the bug Something isn't working label Apr 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants