Hi,
I have found the bug inside this querying function which I have initially
implemented.
I did not consider the path condition that users might defined and all the
paths start from root. This should be started from the path which has been
specified. There is an example below:
So far, users
+1
Am 20.09.19, 08:07 schrieb "Jialin Qiao" :
Hi,
+1, we will only pick bug-fix commits to 0.8.x, PRs that are not compatible
with 0.8.0 will go to 0.9.
Best,
--
Jialin Qiao
School of Software, Tsinghua University
乔嘉林
清华大学 软件学院
> -原始邮
Hi,
I'm currently working on refactoring TsFile storage on HDFS codes by extracting
HDFS related files (HDFSFile, HDFSInput, HDFSOutput) into Hadoop module from
TSFile module, so that TSFile module will not depend on Hadoop libs.
During my work, I have found that Hadoop module codes are out-dat