You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "berkaysynnada (via GitHub)" <gi...@apache.org> on 2023/06/05 08:32:48 UTC

[GitHub] [arrow-datafusion] berkaysynnada commented on issue #6492: Mismatch in MemTable (Select Into with aggregate window functions having no alias)

berkaysynnada commented on issue #6492:
URL: https://github.com/apache/arrow-datafusion/issues/6492#issuecomment-1576357068

   In `create_memory_table()` function, there is a match arm that handles the case which the table does not exist. In that case, we initialize the MemTable with `try_new()`, comparing the fields one-to-one. For these not registered and newly created tables, do we need to check LogicalPlan schema and the schema coming from partitions? By implementing a `MemTable::new()` function, can we directly adopt the schema coming from partitions? (no need to return Result also after excluding schema check in `try_new()`)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org