Re: [PR] Add macro for creating DataFrame (#16090) [datafusion]

2025-05-27 Thread via GitHub
comphead merged PR #16104: URL: https://github.com/apache/datafusion/pull/16104 -- 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] Add macro for creating DataFrame (#16090) [datafusion]

2025-05-24 Thread via GitHub
cj-zhukov commented on code in PR #16104: URL: https://github.com/apache/datafusion/pull/16104#discussion_r210602 ## datafusion/common/src/array_conversion.rs: ## @@ -0,0 +1,145 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

Re: [PR] Add macro for creating DataFrame (#16090) [datafusion]

2025-05-24 Thread via GitHub
comphead commented on code in PR #16104: URL: https://github.com/apache/datafusion/pull/16104#discussion_r2105889739 ## datafusion/core/src/macros.rs: ## @@ -0,0 +1,66 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements.

Re: [PR] Add macro for creating DataFrame (#16090) [datafusion]

2025-05-23 Thread via GitHub
cj-zhukov commented on code in PR #16104: URL: https://github.com/apache/datafusion/pull/16104#discussion_r2104697340 ## datafusion/core/src/macros.rs: ## @@ -0,0 +1,66 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements.

Re: [PR] Add macro for creating DataFrame (#16090) [datafusion]

2025-05-22 Thread via GitHub
comphead commented on PR #16104: URL: https://github.com/apache/datafusion/pull/16104#issuecomment-2901649963 Please add examples also to https://datafusion.apache.org/user-guide/dataframe.html -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] Add macro for creating DataFrame (#16090) [datafusion]

2025-05-22 Thread via GitHub
comphead commented on code in PR #16104: URL: https://github.com/apache/datafusion/pull/16104#discussion_r2102830054 ## datafusion/common/src/array_conversion.rs: ## @@ -0,0 +1,145 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

Re: [PR] Add macro for creating DataFrame (#16090) [datafusion]

2025-05-22 Thread via GitHub
comphead commented on code in PR #16104: URL: https://github.com/apache/datafusion/pull/16104#discussion_r2102827461 ## datafusion/core/src/macros.rs: ## @@ -0,0 +1,66 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements.

Re: [PR] Add macro for creating DataFrame (#16090) [datafusion]

2025-05-22 Thread via GitHub
comphead commented on PR #16104: URL: https://github.com/apache/datafusion/pull/16104#issuecomment-2901631587 Thanks @cj-zhukov I love it, it is related to issue raised sometime ago https://github.com/apache/datafusion/issues/12574 -- This is an automated message from the Apache Git Servi