rahuliyer95 commented on issue #22854:
URL: https://github.com/apache/beam/issues/22854#issuecomment-1227772286

   @TheNeuralBit I attached a debug point on line 362 in 
[schemas.py](https://github.com/apache/beam/blob/v2.41.0/sdks/python/apache_beam/typehints/schemas.py#L362)
 and here is the value for `fieldtype_proto`
   
   ```
   nullable: true
   row_type {
     schema {
       fields {
         name: "location"
         type {
           nullable: true
           array_type {
             element_type {
               atomic_type: STRING
             }
           }
         }
       }
       fields {
         name: "empty__"
         type {
           nullable: true
           atomic_type: BOOLEAN
         }
         id: 1
         encoding_position: 1
       }
       id: "be01b00e-d749-471b-bb17-4b4358d45070"
     }
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to