Yao Liu

Results 11 comments of Yao Liu

As discussed, the new implementation also adds the behavior that when input file pattern is null, we also do recursive search in root dir since there are unit test that...

After thinking about it again, I feel getting the recursive option from the input file pattern is safer and cleaner. It doesn't break existing usage and it performs better. The...

a Join b Using(col) is already supported. I'll just send out a test.

> This might not be the best way to support literal equations let's first straighten out the target: > > ## do we want to support this on transform or...

Discussed offline. Since this is not urgent, I'll do some refactoring first and then fix function registration with parameter types.

This is for multi-stage only. Let me update the issue title

> This one relies on #9389. We can first finish that and get back to this SG

I like the idea to make operator a state machine. It is more extensible. If an operator needs to be retried, timed out or checkpoint in the future, we can...

Correct me if I am wrong, the queryTimeoutMs in queryOption only applies to query server. And this one applies to broker? So the query one can be tuned per query...

> @61yao unfortunately there's no direct equivalence. the currently query timeout logic is: > > 1. query timeout can be overwritten in this order > > * user config inside...