We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b964cb commit 57765cdCopy full SHA for 57765cd
datafusion/src/execution/context.rs
@@ -893,15 +893,6 @@ impl ExecutionConfig {
893
Default::default()
894
}
895
896
- /// Deprecated. Use with_target_partitions instead.
897
- #[deprecated(
898
- since = "5.1.0",
899
- note = "This method is deprecated in favor of `with_target_partitions`."
900
- )]
901
- pub fn with_concurrency(self, n: usize) -> Self {
902
- self.with_target_partitions(n)
903
- }
904
-
905
/// Customize target_partitions
906
pub fn with_target_partitions(mut self, n: usize) -> Self {
907
// partition count must be greater than zero
0 commit comments