[GitHub] [spark] infoankitp commented on pull request #38865: [SPARK-41232][SQL][PYTHON] Adding array_append function

2023-01-02 Thread GitBox
infoankitp commented on PR #38865: URL: https://github.com/apache/spark/pull/38865#issuecomment-1368871113 > @LuciferYang @zhengruifeng @beliefer @cloud-fan Friendly reminder for reviewing ! Thanks! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [spark] infoankitp commented on pull request #38865: [SPARK-41232][SQL][PYTHON] Adding array_append function

2022-12-30 Thread GitBox
infoankitp commented on PR #38865: URL: https://github.com/apache/spark/pull/38865#issuecomment-1367850300 @LuciferYang @zhengruifeng @beliefer @HyukjinKwon Made the changes. Please do review once you get chance. Thanks! -- This is an automated message from the Apache Git Service. To

[GitHub] [spark] infoankitp commented on pull request #38865: [SPARK-41232][SQL][PYTHON] Adding array_append function

2022-12-23 Thread GitBox
infoankitp commented on PR #38865: URL: https://github.com/apache/spark/pull/38865#issuecomment-1364475818 @beliefer @LuciferYang Rebased the changes again! Please help review and advise if anything else needs to be done. :) -- This is an automated message from the Apache Git Service.

[GitHub] [spark] infoankitp commented on pull request #38865: [SPARK-41232][SQL][PYTHON] Adding array_append function

2022-12-21 Thread GitBox
infoankitp commented on PR #38865: URL: https://github.com/apache/spark/pull/38865#issuecomment-1361213881 > @beliefer Thanks for bringing this to notice. Rebased the branch on recent master. :) Please do review the changes. Thanks! -- This is an automated message from the

[GitHub] [spark] infoankitp commented on pull request #38865: [SPARK-41232][SQL][PYTHON] Adding array_append function

2022-12-19 Thread GitBox
infoankitp commented on PR #38865: URL: https://github.com/apache/spark/pull/38865#issuecomment-1358869906 @beliefer @LuciferYang Friendly ping! Please review the changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [spark] infoankitp commented on pull request #38865: [SPARK-41232][SQL][PYTHON] Adding array_append function

2022-12-15 Thread GitBox
infoankitp commented on PR #38865: URL: https://github.com/apache/spark/pull/38865#issuecomment-1354296737 @beliefer Removed the extra variable as well. -- 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

[GitHub] [spark] infoankitp commented on pull request #38865: [SPARK-41232][SQL][PYTHON] Adding array_append function

2022-12-15 Thread GitBox
infoankitp commented on PR #38865: URL: https://github.com/apache/spark/pull/38865#issuecomment-1353192974 @beliefer Pushed the changes please do review  -- 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

[GitHub] [spark] infoankitp commented on pull request #38865: [SPARK-41232][SQL][PYTHON] Adding array_append function

2022-12-14 Thread GitBox
infoankitp commented on PR #38865: URL: https://github.com/apache/spark/pull/38865#issuecomment-1350610550 @LuciferYang @beliefer Removed changes regarding array_prepend function. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [spark] infoankitp commented on pull request #38865: [SPARK-41232][SQL][PYTHON] Adding array_append function

2022-12-08 Thread GitBox
infoankitp commented on PR #38865: URL: https://github.com/apache/spark/pull/38865#issuecomment-1342609183 > > Yes, array_append function will be available in spark sql > > Because this function is a new feature, so the answer should be `No`. Updated again -- This is an

[GitHub] [spark] infoankitp commented on pull request #38865: [SPARK-41232][SQL][PYTHON] Adding array_append function

2022-12-08 Thread GitBox
infoankitp commented on PR #38865: URL: https://github.com/apache/spark/pull/38865#issuecomment-1342291406 @beliefer I will add more references for similar array_append function soon. @LuciferYang @zhengruifeng I have made this function more consistent with other high-order functions as

[GitHub] [spark] infoankitp commented on pull request #38865: [SPARK-41232][SQL][PYTHON] Adding array_append function

2022-12-08 Thread GitBox
infoankitp commented on PR #38865: URL: https://github.com/apache/spark/pull/38865#issuecomment-1342267449 > @infoankitp Could you update the PR description and add the info contains syntax, arguments, examples and the mainstream database supports array_append ? Please refer #36708.

[GitHub] [spark] infoankitp commented on pull request #38865: [SPARK-41232][SQL][PYTHON] Adding array_append function

2022-12-08 Thread GitBox
infoankitp commented on PR #38865: URL: https://github.com/apache/spark/pull/38865#issuecomment-1342244189 > One other issue @zhengruifeng @LuciferYang - this is one interesting edge case: > > > > array_insert([1,2,3], 4, null) > > > [1,2,3,-1] > > aka, a null entry for

[GitHub] [spark] infoankitp commented on pull request #38865: [SPARK-41232][SQL][PYTHON] Adding array_append function

2022-12-06 Thread GitBox
infoankitp commented on PR #38865: URL: https://github.com/apache/spark/pull/38865#issuecomment-1339304055 > @infoankitp Would you mind adding some sql related tests to `sql-tests/inputs/array.sql`? Added in the recent Commit. -- This is an automated message from the Apache Git

[GitHub] [spark] infoankitp commented on pull request #38865: [SPARK-41232][SQL][PYTHON] Adding array_append function

2022-12-06 Thread GitBox
infoankitp commented on PR #38865: URL: https://github.com/apache/spark/pull/38865#issuecomment-1339187683 Ran the above command got below output `SPARK_GENERATE_GOLDEN_FILES=1 build/sbt "sql/testOnly *ExpressionsSchemaSuite"` ``` [info] ExpressionsSchemaSuite: 17:00:33.694