fn coerce_log_value_data(
value_data: Option<ValueData>,
target_type: ColumnDataType,
_semantic_type: SemanticType,
request_type: ColumnDataType,
target_is_json_binary: bool,
column_name: &str,
table_name: &str,
) -> Result<Option<ValueData>>