Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -566,13 +566,13 @@ SessionProperties::SessionProperties() {
QueryConfig::kMaxOutputBatchRows,
std::to_string(c.maxOutputBatchRows()));

addSessionProperty(
/*addSessionProperty(
kRowSizeTrackingEnabled,
"A fallback for average row size estimate when not supported for certain readers. Turned on by default.",
BOOLEAN(),
INTEGER(),
true,
QueryConfig::kRowSizeTrackingEnabled,
std::to_string(c.rowSizeTrackingEnabled()));
QueryConfig::kRowSizeTrackingMode,
std::to_string(int(c.kRowSizeTrackingMode())));*/

addSessionProperty(
kUseVeloxGeospatialJoin,
Expand Down
2 changes: 1 addition & 1 deletion presto-native-execution/velox
Submodule velox updated 131 files
Loading