Support `null` fields
Closed this issue · 0 comments
friendlymatthew commented
In the green_tripdata
dataset, all values of the ehail_fee
attribute are null. When we Synchronize
, we lose this Index
.
As shown here:
index headers: [VendorID lpep_pickup_datetime lpep_dropoff_datetime store_and_fwd_flag RatecodeID PULocationID DOLocationID passenger_count trip_distance fare_amount extra mta_tax tip_amount tolls_amount improvement_surcharge total_amount payment_type trip_type congestion_surcharge], len: 19
We need to support fields even if they're null