Github user maropu commented on the issue:
https://github.com/apache/spark/pull/18756
In the most cases of `SELECT` statements, `default_value` is `NULL` by
default. So, I firstly thought non-specified columns were filled with `NULL`.
Anyway, we still have any chance to implement the concept of `DEFAULT`, too?
```
postgresql doc:
DEFAULT default_expr
...
The default expression will be used in any insert operation that does not
specify a value
for the column. If there is no default for a column, then the default is
null.
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]