You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Sapphire Velox] presto side SV & Prestissimo config reconciliation
Summary:
Reconciles Sapphire-Velox and Prestissimo configurations by cleaning up `NativeExecutionSystemConfig.java`. Removes production-related configs (memory management, spill, shuffle, etc.) that are now defined in configerator's `native/config_properties.cinc`. Keeps only test-specific configs (system memory pushback, experimental spiller path, etc.) in the Java class.
**Rationale**: Production configs belong in configerator for centralized configuration management. Java configs should only contain test-specific properties needed for local development and testing.
# Release Notes
```
== NO RELEASE NOTE ==
```
Differential Revision: D85779158
Copy file name to clipboardExpand all lines: presto-spark-base/src/main/java/com/facebook/presto/spark/execution/nativeprocess/NativeExecutionProcess.java
Copy file name to clipboardExpand all lines: presto-spark-base/src/main/java/com/facebook/presto/spark/execution/property/NativeExecutionSystemConfig.java
+20-47Lines changed: 20 additions & 47 deletions
Original file line number
Diff line number
Diff line change
@@ -54,25 +54,18 @@ public class NativeExecutionSystemConfig
Copy file name to clipboardExpand all lines: presto-spark-base/src/test/java/com/facebook/presto/spark/execution/property/TestNativeExecutionSystemConfig.java
+6-15Lines changed: 6 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -60,25 +60,16 @@ public void testNativeExecutionSystemConfig()
0 commit comments