Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6.0
-
None
Description
git.commit.id.abbrev=c8a7840
I have the following CTAS query:
create table test as select count as col1 from cp.`tpch/orders.parquet`;
The schema of the test table shows col1 as optional:
message root {
optional int64 col1;
}