Skip to content

Commit 43af0d6

Browse files
authored
Update IPartitionStrategy.cpp
1 parent e4418b8 commit 43af0d6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Storages/IPartitionStrategy.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,7 @@ std::string HiveStylePartitionStrategy::getPathForWrite(
343343

344344
ColumnPtr HiveStylePartitionStrategy::computePartitionKey(const Chunk & chunk)
345345
{
346-
// Build Hive-style AST (already includes toString wrapping)
347346
auto hive_ast = buildHivePartitionAST(partition_key_description.definition_ast, getPartitionColumns());
348-
349-
// Use base class helper (handles caching/rebuilding)
350347
auto actions_with_column = getPartitionExpressionActions(hive_ast);
351348

352349
Block block_with_partition_by_expr = sample_block.cloneWithoutColumns();

0 commit comments

Comments
 (0)