saathwik-tk commented on issue #33963:
URL: https://github.com/apache/beam/issues/33963#issuecomment-2659515679

   
`pipeline.apply(Create.of(Row.withSchema(schemaTest).addValues("2025-02-14",1).build())).setCoder(RowCoder.of(schemaTest))
                   .apply(Managed.write(Managed.ICEBERG).withConfig(config));`
   
   Just tried the above, resulted the same thing
   `SELECT * FROM table where id=1` works
   `SELECT * FROM table where date='2025-02-14` doesn't returns any data.


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