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

branch-2.1: [opt](iceberg docker)Use PostgreSQL as the backend for the Iceberg REST server. #46289 #46576

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 7, 2025

Cherry-picked from #46289

@hello-stephen
Copy link
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@dataroaring dataroaring closed this Jan 7, 2025
@dataroaring dataroaring reopened this Jan 7, 2025
@hello-stephen
Copy link
Contributor

run buildall

@yiguolei yiguolei force-pushed the auto-pick-46289-branch-2.1 branch from fa887d7 to 5df5446 Compare January 8, 2025 14:58
@yiguolei
Copy link
Contributor

yiguolei commented Jan 8, 2025

run buildall

…ST server. (#46289)

### What problem does this PR solve?

Problem Summary:
Use PostgreSQL as the backend for the Iceberg REST server. SQLite does
not support concurrent writes. When multiple engines attempt to operate
on the same database simultaneously, a database lock error will occur.
@yiguolei yiguolei force-pushed the auto-pick-46289-branch-2.1 branch from 5df5446 to 821123d Compare January 9, 2025 00:18
@yiguolei
Copy link
Contributor

yiguolei commented Jan 9, 2025

run buildall

@yiguolei yiguolei merged commit 72cdedc into branch-2.1 Jan 9, 2025
21 of 23 checks passed
@github-actions github-actions bot deleted the auto-pick-46289-branch-2.1 branch January 9, 2025 14:30
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.

4 participants