mataralhawiti commented on issue #35738:
URL: https://github.com/apache/beam/issues/35738#issuecomment-3145697794

   **Note:** just to clarify our pipeline works fine on 2.64.0 only when we use 
workaround (LogicalType.register_logical_type(MillisInstant)
   )
   
   ### Test with new RC
   I've tested with (**2.67.0rc1**) and I'm still facing the same issue. I 
tried with and without workaround mentioed above.
   
   here's the new log from rc1:
   
   > File 
"/usr/local/lib/python3.10/site-packages/apache_beam/typehints/schemas.py", 
line 567, in named_tuple_from_schema
   >     raise ValueError(
   > ValueError: Failed to decode schema due to an issue with Field proto:
   > 
   > name: "Sale_Date"
   > type {
   >   logical_type {
   >     urn: "beam:logical_type:javasdk_date:v1"
   >     payload: 
"\202SNAPPY\000\000\000\000\001\000\000\000\001\000\000\002c\303\007\360@\254\355\000\005sr\000*org.apache.beam.sdk.io.jdbc.LogicalTypes$2M\352\236\036h\3034/\002\000\000xr\000?N9\000
 
schemas.l\t9Dtypes.PassThroughL\t\030\001Q\270\210\324\331\211\313P\033\263\002\000\004L\000\010argumentt\000\022Ljava/lang/Object;L\000\014a\r
 
\001:\034t\000.Lorg/\t\266\000/\001\266\020/sdk/\r}\004/S\005\205\024$Field\0010\020;L\000\tf\021\rDq\000~\000\003L\000\nidentifier6s\000<String;xpt\000\000sr\0006n\346\000$AutoValue_\ts\000_\025sh9\304m\364S\243\227P\002\000\010L\000\025collectionEle\001\346\001\226\r\211\000\013-+\001\023\010t\0000\216\331\000\000L9E$;L\000\nmapKey\001@\rS\014\014map\005\227\035\024,\010metadatat\000\017)aXutil/Map;L\000\010nullablet\000\023\t\035%~\030Boolean!?\010row\t\343\010t\000$\212\243\000\001T!\374\030Namet\000-\2122\000\000$\001\254\001/\020;xr\000,nu\001\t\2109\3360\013PLl[\357\3103\002\000\000xp\001\001\014sr\000\036AC\000.\001\342\004.C5|Ds$EmptyM
 apY6\024\205Z\334\347\320\0053\014sr\000\021\005/\020lang.\r\3648\315 
r\200\325\234\372\356\002\000\001Z\000\005v!\344\034xp\000p~r\000+\212\234\000\021\314\000\000\r\001\000\022e1\000\016\031f\014Enum\r\034\005\035(pt\000\006STRINGs!\304\020\007pppp\001\t\000\020\001\005\010\022p~\001\007H\023t\000\010DATETIMEt\000\004DATE"
   >     representation {
   >       logical_type {
   >         urn: "beam:logical_type:millis_instant:v1"
   >         representation {
   >           atomic_type: INT64
   >         }
   >       }
   >     }
   >     argument_type {
   >       atomic_type: STRING
   >     }
   >     argument {
   >       atomic_value {
   >         string: ""
   >       }
   >     }
   >   }
   > }
   > id: 1
   > encoding_position: 1
   
   


-- 
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