Re: [I] Snowflake: TIMESTAMP precision regression [datafusion-sqlparser-rs]

2025-06-03 Thread via GitHub
psukys commented on issue #1861: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1861#issuecomment-2934554910 Is TimestampNtz shared between Databricks and Snowflake? Checking on slightly older version (sqloxide==0.1.54), the parsed result is: ```json [ {

Re: [I] Snowflake: TIMESTAMP precision regression [datafusion-sqlparser-rs]

2025-06-01 Thread via GitHub
nu commented on issue #1861: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1861#issuecomment-2927948906 I'm trying to take a look into that, and I'm trying to evaluate if a new type shall be declared inside `src/ast/data_type.rs` or an existing one shall be reused.