Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
JkSelf committed Dec 26, 2023
1 parent ced397b commit 9890d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ object CHBackendSettings extends BackendSettingsApi with Logging {
SparkEnv.get.conf
.getLong(GLUTEN_MAX_SHUFFLE_READ_BYTES, GLUTEN_MAX_SHUFFLE_READ_BYTES_DEFAULT)
}

override def supportWriteFilesExec(
format: FileFormat,
fields: Array[StructField]): Option[String] = None
Expand Down
1 change: 1 addition & 0 deletions cpp/velox/compute/WholeStageResultIterator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ std::shared_ptr<velox::Config> WholeStageResultIterator::createConnectorConfig()
veloxCfg_->get<bool>(kCaseSensitive, false) == false ? "true" : "false";
configs[velox::connector::hive::HiveConfig::kArrowBridgeTimestampUnit] = "6";
configs[velox::connector::hive::HiveConfig::kMaxPartitionsPerWritersSession] = "400";
configs[velox::connector::hive::HiveConfig::kPartitionPathAsLowerCaseSession] = "false";

return std::make_shared<velox::core::MemConfig>(configs);
}
Expand Down

0 comments on commit 9890d72

Please sign in to comment.