cdmikechen commented on code in PR #8955:
URL: https://github.com/apache/hudi/pull/8955#discussion_r1230281580
##########
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/avro/HoodieAvroParquetReader.java:
##########
@@ -50,24 +51,20 @@ public class HoodieAvroParquetReader extends
RecordReader<Void, ArrayWritable> {
private Schema baseSchema;
Review Comment:
@Zouxxyy
I'm having some confusion, I remember doing some situation testing against
Hive when I first made the changes (about 1 year ago), including `count(*)` or
specified fields.
I don't know if some subsequent new FEATURE or PR has affected this, I think
I'll do another test later this week. Although we have added a separate class
to handle `timestamp` types, my original intention was to use Hive or Hadoop
origin method as much as possible for other fields, otherwise it would be
costly for us to maintain subsequently.
--
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]