Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.17] Add flags for Iceberg and Lake Formation and Security Lake as a data source type. #2978

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 05c961e from #2858.

…source type. (#2858)

Previously, Iceberg catalog was set as the default catalog. This poses
problems as the behavior to fall back to default Spark catalog is only
correct in some versions of Iceberg. Rather than always opt into
Iceberg, Iceberg should be an option.

Additionally, the Lake Formation flag enabled Lake Formation for the EMR
job. This did not work as expected because EMR system space does not
work with Flint. Instead Lake Formation can be enabled using the Iceberg
catalog implementation.

This changes adds Security Lake as a data source type. Security Lake as
a data source is simply specific options set on top of the base S3Glue
data source.
---------

Signed-off-by: Adi Suresh <[email protected]>
(cherry picked from commit 05c961e)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@ykmr1224 ykmr1224 merged commit c6b329f into 2.17 Sep 4, 2024
30 of 37 checks passed
Copy link

codecov bot commented Sep 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.53%. Comparing base (af33388) to head (c134b73).
Report is 1 commits behind head on 2.17.

Additional details and impacted files
@@             Coverage Diff              @@
##               2.17    #2978      +/-   ##
============================================
+ Coverage     94.51%   94.53%   +0.01%     
- Complexity     5265     5280      +15     
============================================
  Files           518      519       +1     
  Lines         14952    15000      +48     
  Branches        978      988      +10     
============================================
+ Hits          14132    14180      +48     
  Misses          773      773              
  Partials         47       47              
Flag Coverage Δ
sql-engine 94.53% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants