You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/storage-hive/core/src/main/java/org/apache/drill/exec/store/hive/readers/HiveDefaultRecordReader.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ public class HiveDefaultRecordReader extends AbstractRecordReader {
168
168
protectedbooleanempty;
169
169
170
170
/**
171
-
* Buffer used for population of partition vectors and to fill in data into vectors via writers
171
+
* Buffer used for population of partition vectors
172
172
*/
173
173
privatefinalDrillBufdrillBuf;
174
174
@@ -238,7 +238,7 @@ public HiveDefaultRecordReader(HiveTableWithColumnCache table, HivePartition par
Copy file name to clipboardExpand all lines: contrib/storage-hive/core/src/main/java/org/apache/drill/exec/store/hive/writers/HiveValueWriterFactory.java
0 commit comments