Wei-Ting Kuo

Results 49 comments of Wei-Ting Kuo

@ahmetalpbalkan it's still the same. Sometimes it can output correctly, sometimes empty.

@alamb @avantgardnerio i created a separated ticket for tracking timestamp related open issues (from both datafusion and arrow-rs)

@alamb @avantgardnerio @liukun4515 i just finished the first 2 from @avantgardnerio's proposal 1. Add timestamp but not timestamp with timezone 2. Hard code the server "local" time zone to always...

I'm also interested in using coffeekup in my meteor app.

i tried it on sqlparser-rs, it doesn't work ``` rust use sqlparser::dialect::GenericDialect; use sqlparser::parser::Parser; fn main() { let dialect = GenericDialect {}; // or AnsiDialect let sql = "SELECT __t404.__c394,...

@andygrove i've made the pull request to sqlparser-rs to make nestedjoin support alias I will update this https://github.com/apache/arrow-datafusion/blob/master/datafusion/sql/src/planner.rs#L731 after new sqlparser released

@andygrove the parser error fixed in #3072 now it raised another error ```bash DataFusion CLI v10.0.0 0 rows in set. Query took 0.038 seconds. SchemaError(FieldNotFound { qualifier: Some("__t404"), name: "__c395",...

pending due to #2998 . this make ```SELECT to_timestamp(a) FROM (SELECT to_timestamp(1) as a)A``` return wrong result

#2998 merged, test cases passed