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

ADBDEV-5746: Add an option to limit number of logical segments to execute external table query #99

Merged
merged 10 commits into from
Jul 12, 2024

Conversation

RomaZe
Copy link
Member

@RomaZe RomaZe commented Jun 6, 2024

  • Add an option ACTIVE_SEGMENT_COUNT for readable external tables to limit number of logical segments to execute a query with readable external tables. Fragments will be distributed across only limit number of segments.
  • Add integration tests for fragments distribution;
  • Modify test environment adding additional segment host;
  • Fix other integration tests because of the changing test environment.

- Add integration tests for fragments distribution;
- Modify test environment adding additional segment host;
- Fix other integration tests because of the changing test environment.
}

private void prepareHdfsSourceTable() throws Exception {
ReadableExternalTable hdfsSourceTable = TableFactory.getPxfHcfsWritableTable(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getPxfHcfsWritableTable -> getPxfHdfsWritableTable

xardazzzzzz
xardazzzzzz previously approved these changes Jun 13, 2024
iamlapa
iamlapa previously approved these changes Jun 19, 2024
# Conflicts:
#	automation/arenadata/Dockerfile
@RomaZe RomaZe dismissed stale reviews from iamlapa and xardazzzzzz via e36c412 July 10, 2024 10:26
@iamlapa iamlapa merged commit 6933f5e into pxf-6.x Jul 12, 2024
1 check passed
@iamlapa iamlapa deleted the feature/ADBDEV-5746 branch July 12, 2024 09:19
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.

3 participants