Skip to content

Commit

Permalink
[Native] Fix table writer to use the actual storage format for insert
Browse files Browse the repository at this point in the history
prestodb#23923 fixed the create handle.
As a follwup, also fix the InsertHandle
  • Loading branch information
kewang1024 authored and denodo-research-labs committed Dec 12, 2024
1 parent c3e18d8 commit bfea522
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ HivePrestoToVeloxConnector::toVeloxInsertTableHandle(
return std::make_unique<connector::hive::HiveInsertTableHandle>(
inputColumns,
toLocationHandle(hiveInsertTableHandle->locationHandle),
toFileFormat(hiveInsertTableHandle->tableStorageFormat, "TableWrite"),
toFileFormat(hiveInsertTableHandle->actualStorageFormat, "TableWrite"),
toHiveBucketProperty(
inputColumns, hiveInsertTableHandle->bucketProperty, typeParser),
std::optional(
Expand Down

0 comments on commit bfea522

Please sign in to comment.