vinothchandar commented on a change in pull request #994: Enable HiveOnSpark
queries for RT tables
URL: https://github.com/apache/incubator-hudi/pull/994#discussion_r342234538
##########
File path:
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/realtime/HoodieParquetRealtimeInputFormat.java
##########
@@ -186,7 +187,7 @@ private static Configuration
addProjectionField(Configuration conf, String field
return conf;
}
- private static synchronized Configuration
addRequiredProjectionFields(Configuration configuration) {
+ private Configuration addRequiredProjectionFields(Configuration
configuration) {
Review comment:
can we keep this static, if it does not need any state from the instance?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services