Abacn commented on PR #36713: URL: https://github.com/apache/beam/pull/36713#issuecomment-3486741682
was trying to add one in apache_beam/yaml/tests/sql.yaml, but could not reproduce the issue on master branch. If I change the query to `SELECT cast(id AS NUMERIC) as id_numeric, ... FROM PCOLLECTION` and add `SELECT id_numeric from PCOLLECTION` it just works fine. It appears one needs some row with numeric that come from Java -> Python -> Sql so it became portable numeric logical type. -- 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]
