You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto_detect | Whether to auto-detect the names of the keys and data types of the values automatically | BOOL | false
However, if we call either read_json() or read_json_auto(), it is pretty clear that it does auto detect the schema even if we don't pass the parameter. So the documentation should correct that and say its default is true rather than false.
In the subsection on "Parameters" for the section "Functions for Reading JSON as a Table"(https://duckdb.org/docs/data/json/loading_json#parameters-1), it reads:
auto_detect | Whether to auto-detect the names of the keys and data types of the values automatically | BOOL | false
However, if we call either read_json() or read_json_auto(), it is pretty clear that it does auto detect the schema even if we don't pass the parameter. So the documentation should correct that and say its default is true rather than false.
Page URL: https://duckdb.org/docs/data/json/loading_json#parameters-1
The text was updated successfully, but these errors were encountered: