Skip to content
Snippets Groups Projects
Commit 2992a0e7 authored by Bogdan Raducanu's avatar Bogdan Raducanu Committed by Herman van Hovell
Browse files

[SPARK-13721][SQL] Support outer generators in DataFrame API

## What changes were proposed in this pull request?

Added outer_explode, outer_posexplode, outer_inline functions and expressions.
Some bug fixing in GenerateExec.scala for CollectionGenerator. Previously it was not correctly handling the case of outer with empty collections, only with nulls.

## How was this patch tested?

New tests added to GeneratorFunctionSuite

Author: Bogdan Raducanu <bogdan.rdc@gmail.com>

Closes #16608 from bogdanrdc/SPARK-13721.
parent 83dff87d
No related branches found
No related tags found
No related merge requests found
Showing
with 150 additions and 16 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment