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

backport recent commits to 1.5 branch #1187

Merged
merged 9 commits into from
Dec 14, 2022

Conversation

zhouyuan
Copy link
Collaborator

What changes were proposed in this pull request?

This patch backport recent commits to 1.5 branch

How was this patch tested?

pass jenkins

zhouyuan and others added 9 commits December 14, 2022 08:40
…se-insensitive mode (oap-project#1173)

* throw exception if one more columns matched in case insensitive mode

* add schema check in arrow v2
* bump h2/pgsql version

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* ignore one failed test

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
This patch adds support for writing parquet with compression

df.coalesce(1).write.format("arrow").option("parquet.compression","zstd").save(path)

Signed-off-by: Yuan Zhou yuan.zhou@intel.com
…ap-project#1162)

* add ArrowConvertExtension

* do not convert parquet fileformat while writing to partitioned/bucketed/sorted output

* fix cache failed

* care about write codec

* disable convertor extension by default

* add some comments
Since the compresssion has been supported in oap-project#1014 . The extra compression check in ArrowConvertorExtension can be remove now.
fix to use right arrow branch
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
…project#1175)

* Support merge parquet schema and read missing schema

* fix error

* optimize null vectors

* optimize code

* optimize code

* change code

* add schema merge suite tests

* add test for struct type
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
@zhouyuan zhouyuan changed the base branch from main to branch-1.5 December 14, 2022 01:22
@github-actions
Copy link

Thanks for opening a pull request!

Could you open an issue for this pull request on Github Issues?

https://github.com/oap-project/native-sql-engine/issues

Then could you also rename commit message and pull request title in the following format?

[NSE-${ISSUES_ID}] ${detailed message}

See also:

@zhouyuan zhouyuan merged commit 9639322 into oap-project:branch-1.5 Dec 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants