rohityadav1993 commented on code in PR #19067:
URL: https://github.com/apache/pinot/pull/19067#discussion_r3680655937
##########
pinot-connectors/pinot-spark-3-connector/src/main/scala/org/apache/pinot/connector/spark/v3/datasource/PinotDataWriter.scala:
##########
@@ -203,59 +206,163 @@ class PinotDataWriter[InternalRow](
logger.info("Pushed segment tar file {} to: {}", (segmentTarFile.getName,
destPath))
}
+ /** Converts a Spark [[catalyst.InternalRow]] to a Pinot [[GenericRow]].
Review Comment:
nit: let's follow the markdown convetion for java docs
--
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]