Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
This is an umbrella task for NULL value handling in Table API.
As the logical API for queries, Table API should support handling NULL values, NULL value is quite a common case during logical query, for example:
- Data source may miss column value in many cases("value missing", "value unknown", "value not applicable" .etc ).
- Some operators generate Null values on their own, like Outer Join/Cube/Rollup/Grouping Set, and so on. Null values handling in Table API is the prerequisite of these features.
Attachments
Issue Links
- is required by
-
FLINK-2099 Add a SQL API
- Closed
1.
|
NULL value data layout in Row Serializer/Comparator | Resolved | Timo Walther | |
2.
|
Design of NULL values handling in operation | Resolved | Unassigned |