Skip to content

Commit

Permalink
Update comment for processDecimal functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdelv committed Sep 23, 2024
1 parent 8138ec1 commit b18d91e
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 Calls processDecimal since unsigned decimals still have a max of 64 digits with 32 digits of precision.
* @brief Convert from Binary Code 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 Processes the field for its respective type, and adds the key-value pair to the current row.
* @brief Convert from Binary Code 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 b18d91e

Please sign in to comment.