We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4418b8 commit 43af0d6Copy full SHA for 43af0d6
src/Storages/IPartitionStrategy.cpp
@@ -343,10 +343,7 @@ std::string HiveStylePartitionStrategy::getPathForWrite(
343
344
ColumnPtr HiveStylePartitionStrategy::computePartitionKey(const Chunk & chunk)
345
{
346
- // Build Hive-style AST (already includes toString wrapping)
347
auto hive_ast = buildHivePartitionAST(partition_key_description.definition_ast, getPartitionColumns());
348
-
349
- // Use base class helper (handles caching/rebuilding)
350
auto actions_with_column = getPartitionExpressionActions(hive_ast);
351
352
Block block_with_partition_by_expr = sample_block.cloneWithoutColumns();
0 commit comments