chenhao-db
chenhao-db
@HyukjinKwon @dongjoon-hyun Could you help review? Thanks!
@HyukjinKwon Unfortunately, the behavior is not the same. Running the query in Hive gives a different result: ``` 0: jdbc:hive2://> select xpath('b1b2b3c1c2','a/b'); +------+ | _c0 | +------+ | [] |...
In `select xpath('b1b2b3c1c2','a/b');`, the Spark results before and after the change are the same: `[null,null,null]`. The change only marks the return type correctly, but doesn't change the return value. However,...
@MaxGekk Yes, I believe this issue has existed since `xpath` was introduced.