In my big query table, I just added another record type field say "B" inside record type field "A". In standard SQL dialect, I am unable to query repeated fields of B as- select A.B.field1, A.B.field2, ... from where _partitiontime = ;
for following query-
SELECT ad_request_custom_targeting.iom.size,
ad_request_custom_targeting.iom.bidprice FROM `nyt-adtech-
prd.dfp_data.dfp_log_network_requests` WHERE DATE(_PARTITIONTIME) = "2019-
05-03" LIMIT 1000
I get error as- Cannot access field size on a value with type "ARRAY>" at [1:40]