DanCodedThis
DanCodedThis
On pre (and post ) visit of the Select query in VistorMut for AST both funtions have different names for query: ```sql SELECT TO_DATE('2024-05-10'), DATE('2024-05-10'); ``` However, later DF has...
Possible solution: **Logical Planner** / **Rewriter**?
> Possible solution: **Logical Planner** / **Rewriter**? ## Error We don't produce a valid plan, instead we get an error. Logical plan Rewriter is useless here. We don't get to...
is this related to #1911? cc @rampage644 @osipovartem
Useful issue or prs: https://github.com/Embucket/embucket/issues/100, https://github.com/Embucket/embucket/issues/152 & https://github.com/Embucket/embucket/pull/224
@nikitastryuk is it fixed? I think it's fixed.
@YaroslavLitvinov Did you run in `--release` mode? Without it, the debug info may be the cause of the issue itself (we had this problem with flatten). However, stack trace shouldn't...
What about the arrow format?
Could be because before for each request by snowflake connector we would get a new session and a new `DedicatedExecutor`. So if one would fail because of the model (retry...
@YaroslavLitvinov Does snow sql cli allows for other auths?