docs: add hash join optimization design, plan, and review documents #16
Annotations
2 errors and 95 warnings
|
Code Coverage
This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v1`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
|
|
Rustfmt
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
|
Rustfmt
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Check:
src/execution/types.rs#L1073
type `LastAggregate` is more private than the item `execution::types::Aggregate::Last::0`
|
|
Check:
src/execution/types.rs#L1072
type `FirstAggregate` is more private than the item `execution::types::Aggregate::First::0`
|
|
Check:
src/execution/types.rs#L1071
type `CountAggregate` is more private than the item `execution::types::Aggregate::Count::0`
|
|
Check:
src/execution/types.rs#L1070
type `AvgAggregate` is more private than the item `execution::types::Aggregate::Avg::0`
|
|
Check:
src/execution/types.rs#L560
type `Binding` is more private than the item `execution::types::Node::DataSource::1`
|
|
Check:
src/execution/types.rs#L139
type `CastType` is more private than the item `execution::types::Expression::Cast::1`
|
|
Check:
src/execution/batch_groupby.rs#L85
unused variable: `idx`
|
|
Check:
src/syntax/parser.rs#L18
unused import: `TableReference`
|
|
Check:
src/execution/parallel.rs#L10
unused import: `Tuple`
|
|
Check:
src/execution/batch_scan.rs#L8
unused import: `tokenize_line`
|
|
Check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test Suite (ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test Suite (ubuntu-latest):
src/execution/types.rs#L1073
type `LastAggregate` is more private than the item `execution::types::Aggregate::Last::0`
|
|
Test Suite (ubuntu-latest):
src/execution/types.rs#L1072
type `FirstAggregate` is more private than the item `execution::types::Aggregate::First::0`
|
|
Test Suite (ubuntu-latest):
src/execution/types.rs#L1071
type `CountAggregate` is more private than the item `execution::types::Aggregate::Count::0`
|
|
Test Suite (ubuntu-latest):
src/execution/types.rs#L1070
type `AvgAggregate` is more private than the item `execution::types::Aggregate::Avg::0`
|
|
Test Suite (ubuntu-latest):
src/execution/types.rs#L560
type `Binding` is more private than the item `execution::types::Node::DataSource::1`
|
|
Test Suite (ubuntu-latest):
src/execution/types.rs#L139
type `CastType` is more private than the item `execution::types::Expression::Cast::1`
|
|
Test Suite (ubuntu-latest):
src/execution/batch_groupby.rs#L85
unused variable: `idx`
|
|
Test Suite (ubuntu-latest):
src/syntax/parser.rs#L18
unused import: `TableReference`
|
|
Test Suite (ubuntu-latest):
src/execution/parallel.rs#L10
unused import: `Tuple`
|
|
Test Suite (ubuntu-latest):
src/execution/batch_scan.rs#L8
unused import: `tokenize_line`
|
|
Test Suite (ubuntu-latest):
src/execution/types.rs#L1073
type `LastAggregate` is more private than the item `execution::types::Aggregate::Last::0`
|
|
Test Suite (ubuntu-latest):
src/execution/types.rs#L1072
type `FirstAggregate` is more private than the item `execution::types::Aggregate::First::0`
|
|
Test Suite (ubuntu-latest):
src/execution/types.rs#L1071
type `CountAggregate` is more private than the item `execution::types::Aggregate::Count::0`
|
|
Test Suite (ubuntu-latest):
src/execution/types.rs#L1070
type `AvgAggregate` is more private than the item `execution::types::Aggregate::Avg::0`
|
|
Test Suite (ubuntu-latest):
src/execution/types.rs#L560
type `Binding` is more private than the item `execution::types::Node::DataSource::1`
|
|
Test Suite (ubuntu-latest):
src/execution/types.rs#L139
type `CastType` is more private than the item `execution::types::Expression::Cast::1`
|
|
Test Suite (ubuntu-latest):
src/execution/batch_groupby.rs#L85
unused variable: `idx`
|
|
Test Suite (ubuntu-latest):
src/syntax/parser.rs#L18
unused import: `TableReference`
|
|
Test Suite (ubuntu-latest):
src/execution/parallel.rs#L10
unused import: `Tuple`
|
|
Test Suite (ubuntu-latest):
src/execution/batch_scan.rs#L8
unused import: `tokenize_line`
|
|
Test Suite (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test Suite (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test Suite (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test Suite (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test Suite (macos-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test Suite (macos-latest):
src/execution/types.rs#L1073
type `LastAggregate` is more private than the item `execution::types::Aggregate::Last::0`
|
|
Test Suite (macos-latest):
src/execution/types.rs#L1072
type `FirstAggregate` is more private than the item `execution::types::Aggregate::First::0`
|
|
Test Suite (macos-latest):
src/execution/types.rs#L1071
type `CountAggregate` is more private than the item `execution::types::Aggregate::Count::0`
|
|
Test Suite (macos-latest):
src/execution/types.rs#L1070
type `AvgAggregate` is more private than the item `execution::types::Aggregate::Avg::0`
|
|
Test Suite (macos-latest):
src/execution/types.rs#L560
type `Binding` is more private than the item `execution::types::Node::DataSource::1`
|
|
Test Suite (macos-latest):
src/execution/types.rs#L139
type `CastType` is more private than the item `execution::types::Expression::Cast::1`
|
|
Test Suite (macos-latest):
src/execution/batch_groupby.rs#L85
unused variable: `idx`
|
|
Test Suite (macos-latest):
src/syntax/parser.rs#L18
unused import: `TableReference`
|
|
Test Suite (macos-latest):
src/execution/parallel.rs#L10
unused import: `Tuple`
|
|
Test Suite (macos-latest):
src/execution/batch_scan.rs#L8
unused import: `tokenize_line`
|
|
Test Suite (macos-latest):
src/execution/types.rs#L1073
type `LastAggregate` is more private than the item `execution::types::Aggregate::Last::0`
|
|
Test Suite (macos-latest):
src/execution/types.rs#L1072
type `FirstAggregate` is more private than the item `execution::types::Aggregate::First::0`
|
|
Test Suite (macos-latest):
src/execution/types.rs#L1071
type `CountAggregate` is more private than the item `execution::types::Aggregate::Count::0`
|
|
Test Suite (macos-latest):
src/execution/types.rs#L1070
type `AvgAggregate` is more private than the item `execution::types::Aggregate::Avg::0`
|
|
Test Suite (macos-latest):
src/execution/types.rs#L560
type `Binding` is more private than the item `execution::types::Node::DataSource::1`
|
|
Test Suite (macos-latest):
src/execution/types.rs#L139
type `CastType` is more private than the item `execution::types::Expression::Cast::1`
|
|
Test Suite (macos-latest):
src/execution/batch_groupby.rs#L85
unused variable: `idx`
|
|
Test Suite (macos-latest):
src/syntax/parser.rs#L18
unused import: `TableReference`
|
|
Test Suite (macos-latest):
src/execution/parallel.rs#L10
unused import: `Tuple`
|
|
Test Suite (macos-latest):
src/execution/batch_scan.rs#L8
unused import: `tokenize_line`
|
|
Test Suite (macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test Suite (macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test Suite (macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test Suite (macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test Suite (windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test Suite (windows-latest):
src/execution/types.rs#L1073
type `LastAggregate` is more private than the item `execution::types::Aggregate::Last::0`
|
|
Test Suite (windows-latest):
src/execution/types.rs#L1072
type `FirstAggregate` is more private than the item `execution::types::Aggregate::First::0`
|
|
Test Suite (windows-latest):
src/execution/types.rs#L1071
type `CountAggregate` is more private than the item `execution::types::Aggregate::Count::0`
|
|
Test Suite (windows-latest):
src/execution/types.rs#L1070
type `AvgAggregate` is more private than the item `execution::types::Aggregate::Avg::0`
|
|
Test Suite (windows-latest):
src/execution/types.rs#L560
type `Binding` is more private than the item `execution::types::Node::DataSource::1`
|
|
Test Suite (windows-latest):
src/execution/types.rs#L139
type `CastType` is more private than the item `execution::types::Expression::Cast::1`
|
|
Test Suite (windows-latest):
src/execution/batch_groupby.rs#L85
unused variable: `idx`
|
|
Test Suite (windows-latest):
src/syntax/parser.rs#L18
unused import: `TableReference`
|
|
Test Suite (windows-latest):
src/execution/parallel.rs#L10
unused import: `Tuple`
|
|
Test Suite (windows-latest):
src/execution/batch_scan.rs#L8
unused import: `tokenize_line`
|
|
Test Suite (windows-latest):
src/execution/types.rs#L1073
type `LastAggregate` is more private than the item `execution::types::Aggregate::Last::0`
|
|
Test Suite (windows-latest):
src/execution/types.rs#L1072
type `FirstAggregate` is more private than the item `execution::types::Aggregate::First::0`
|
|
Test Suite (windows-latest):
src/execution/types.rs#L1071
type `CountAggregate` is more private than the item `execution::types::Aggregate::Count::0`
|
|
Test Suite (windows-latest):
src/execution/types.rs#L1070
type `AvgAggregate` is more private than the item `execution::types::Aggregate::Avg::0`
|
|
Test Suite (windows-latest):
src/execution/types.rs#L560
type `Binding` is more private than the item `execution::types::Node::DataSource::1`
|
|
Test Suite (windows-latest):
src/execution/types.rs#L139
type `CastType` is more private than the item `execution::types::Expression::Cast::1`
|
|
Test Suite (windows-latest):
src/execution/batch_groupby.rs#L85
unused variable: `idx`
|
|
Test Suite (windows-latest):
src/syntax/parser.rs#L18
unused import: `TableReference`
|
|
Test Suite (windows-latest):
src/execution/parallel.rs#L10
unused import: `Tuple`
|
|
Test Suite (windows-latest):
src/execution/batch_scan.rs#L8
unused import: `tokenize_line`
|
|
Test Suite (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test Suite (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test Suite (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test Suite (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|