Ning Sun
Ning Sun
This issue has been fixed in datafusion 43 https://github.com/apache/datafusion/pull/13028
I will add docs when more h3 functions are added.
Great! Will work on it this weekend.
Yes. Display it by default will be confusing. A better idea is to show this after user typing `tql eval `
hello @Weasy666 , this is a known issue with nested `@partial-block`. The implementation of nested `@partial-block` has been incorrect in our 6.x and in 6.3.2 I tried to fix it...
另外 PG 、地图方面还有很多一起玩的机会
Because with cli currently we only have one input template so it's not able to reference another template. If it's possible you can make `base0` an inline partial in `template2.hbs`
Confirmed. The current stack based partial block implementation has some issues. I will need to revamp this part.
This might be an error introduced in our refactoring on partials. Will check for the case.
Hello @inf17101 , Let me know if this will work for you ```hbs name: some name data: key1: | {{#each values}} {{this}} {{/each}} ``` where values is `["line1", "line2", "line3"]`...