Commits


mwish authored and GitHub committed 32bd01fa64b
GH-39843: [C++][Parquet] Parquet binary length overflow exception should contain the length of binary (#39844) ### Rationale for this change See https://github.com/apache/arrow/issues/39843 It will be great to contain a string length in decoder. ### What changes are included in this PR? change the logging of encoding ### Are these changes tested? no ### Are there any user-facing changes? more specific error logging? * Closes: #39843 Authored-by: mwish <maplewish117@gmail.com> Signed-off-by: mwish <maplewish117@gmail.com>