zhangjun0x01 commented on a change in pull request #2566:
URL: https://github.com/apache/iceberg/pull/2566#discussion_r631587964
##########
File path:
flink/src/main/java/org/apache/iceberg/flink/data/FlinkOrcReaders.java
##########
@@ -49,19 +49,19 @@
import org.apache.orc.storage.ql.exec.vector.TimestampColumnVector;
import org.apache.orc.storage.serde2.io.HiveDecimalWritable;
-class FlinkOrcReaders {
+public class FlinkOrcReaders {
private FlinkOrcReaders() {
}
- static OrcValueReader<StringData> strings() {
+ public static OrcValueReader<StringData> strings() {
Review comment:
it is my mistake, I rolled back it
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]