Re: [PR] added explaination for Schema and DFSchema to documentation [datafusion]

2025-04-05 Thread via GitHub
comphead commented on code in PR #15329: URL: https://github.com/apache/datafusion/pull/15329#discussion_r2006094913 ## docs/source/library-user-guide/working-with-exprs.md: ## @@ -50,6 +50,29 @@ As another example, the SQL expression `a + b * c` would be represented as an `E

Re: [PR] added explaination for Schema and DFSchema to documentation [datafusion]

2025-04-04 Thread via GitHub
comphead commented on code in PR #15329: URL: https://github.com/apache/datafusion/pull/15329#discussion_r2007928627 ## docs/source/library-user-guide/working-with-exprs.md: ## @@ -50,6 +50,25 @@ As another example, the SQL expression `a + b * c` would be represented as an `E

Re: [PR] added explaination for Schema and DFSchema to documentation [datafusion]

2025-03-27 Thread via GitHub
Jiashu-Hu commented on code in PR #15329: URL: https://github.com/apache/datafusion/pull/15329#discussion_r2006264327 ## docs/source/library-user-guide/working-with-exprs.md: ## @@ -50,6 +50,29 @@ As another example, the SQL expression `a + b * c` would be represented as an `E

Re: [PR] added explaination for Schema and DFSchema to documentation [datafusion]

2025-03-21 Thread via GitHub
Jiashu-Hu commented on code in PR #15329: URL: https://github.com/apache/datafusion/pull/15329#discussion_r2007966257 ## docs/source/library-user-guide/working-with-exprs.md: ## @@ -50,6 +50,25 @@ As another example, the SQL expression `a + b * c` would be represented as an `E

Re: [PR] added explaination for Schema and DFSchema to documentation [datafusion]

2025-03-21 Thread via GitHub
comphead merged PR #15329: URL: https://github.com/apache/datafusion/pull/15329 -- 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-unsubscr...@dataf

Re: [PR] added explaination for Schema and DFSchema to documentation [datafusion]

2025-03-20 Thread via GitHub
comphead commented on code in PR #15329: URL: https://github.com/apache/datafusion/pull/15329#discussion_r2006103754 ## docs/source/library-user-guide/working-with-exprs.md: ## @@ -50,6 +50,29 @@ As another example, the SQL expression `a + b * c` would be represented as an `E

[PR] added explaination for Schema and DFSchema to documentation [datafusion]

2025-03-19 Thread via GitHub
Jiashu-Hu opened a new pull request, #15329: URL: https://github.com/apache/datafusion/pull/15329 ## Which issue does this PR close? - Closes [#7724](https://github.com/apache/datafusion/issues/7724) . ## Rationale for this change Added some description about DFSchema