zhztheplayer commented on code in PR #7340:
URL: https://github.com/apache/incubator-gluten/pull/7340#discussion_r1774383242
##########
gluten-arrow/src/main/scala/org/apache/spark/sql/utils/SparkArrowUtil.scala:
##########
@@ -97,7 +98,7 @@ object SparkArrowUtil {
.map(
field =>
toArrowField(
- ConverterUtils.normalizeStructFieldName(field.name),
+ normalizeColName(field.name),
Review Comment:
Yes. Let's keep `gluten-arrow` an individual module so future refactors can
be made easier. Minor code duplications like this one will be acceptable.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]