Skip to content

Commit

Permalink
Fix typo in Binary Coded Decimal
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdelv committed Sep 23, 2024
1 parent b18d91e commit ebfdfe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/parquet/parquetembed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1935,7 +1935,7 @@ void ParquetRecordBinder::addDecimalFieldToBuilder(rtlDataAttr *decText, size32_
}

/**
* @brief Convert from Binary Code Decimal to string and add to Decimal field builder.
* @brief Convert from Binary Coded Decimal to string and add to Decimal field builder.
*
* @param value Data to be written to the Parquet file.
* @param digits Number of bytes holding the digits.
Expand All @@ -1957,7 +1957,7 @@ void ParquetRecordBinder::processUDecimal(const void *value, unsigned digits, un
}

/**
* @brief Convert from Binary Code Decimal to string and add to Decimal field builder.
* @brief Convert from Binary Coded Decimal to string and add to Decimal field builder.
*
* @param value Data to be written to the Parquet file.
* @param digits Number of bytes holding the digits.
Expand Down

0 comments on commit ebfdfe0

Please sign in to comment.