Skip to content
Snippets Groups Projects
Commit 865ec32d authored by Sandeep Singh's avatar Sandeep Singh Committed by Reynold Xin
Browse files

[MINOR][X][X] Replace all occurrences of None: Option with Option.empty

## What changes were proposed in this pull request?
Replace all occurrences of `None: Option[X]` with `Option.empty[X]`

## How was this patch tested?
Exisiting Tests

Author: Sandeep Singh <sandeep@techaddict.me>

Closes #13591 from techaddict/minor-7.
parent 667d4ea7
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