Skip to content
Snippets Groups Projects
Commit c78e2080 authored by Jakob Odersky's avatar Jakob Odersky Committed by Michael Armbrust
Browse files

[SPARK-12816][SQL] De-alias type when generating schemas

Call `dealias` on local types to fix schema generation for abstract type members, such as

```scala
type KeyValue = (Int, String)
```

Add simple test

Author: Jakob Odersky <jodersky@gmail.com>

Closes #10749 from jodersky/aliased-schema.
parent 4dbd3161
No related branches found
No related tags found
No related merge requests found
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