Skip to content

Commit

Permalink
no test
Browse files Browse the repository at this point in the history
  • Loading branch information
natashasehgal committed Jan 3, 2025
1 parent 8963add commit 7530bc6
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ TEST_F(SessionPropertiesTest, validateMapping) {
SessionProperties::kScaleWriterMaxPartitionsPerWriter,
SessionProperties::
kScaleWriterMinPartitionProcessedBytesRebalanceThreshold,
SessionProperties::kScaleWriterMinProcessedBytesRebalanceThreshold,
SessionProperties::kTableScanScaledProcessingEnabled,
SessionProperties::kTableScanScaleUpMemoryUsageRatio};
SessionProperties::kScaleWriterMinProcessedBytesRebalanceThreshold};
const std::vector<std::string> veloxConfigNames = {
core::QueryConfig::kAdjustTimestampToTimezone,
core::QueryConfig::kDriverCpuTimeSliceLimitMs,
Expand All @@ -42,9 +40,7 @@ TEST_F(SessionPropertiesTest, validateMapping) {
core::QueryConfig::kScaleWriterMaxPartitionsPerWriter,
core::QueryConfig::
kScaleWriterMinPartitionProcessedBytesRebalanceThreshold,
core::QueryConfig::kScaleWriterMinProcessedBytesRebalanceThreshold,
core::QueryConfig::kTableScanScaledProcessingEnabled,
core::QueryConfig::kTableScanScaleUpMemoryUsageRatio};
core::QueryConfig::kScaleWriterMinProcessedBytesRebalanceThreshold};
auto sessionProperties = SessionProperties().getSessionProperties();
const auto len = names.size();
for (auto i = 0; i < len; i++) {
Expand Down

0 comments on commit 7530bc6

Please sign in to comment.