You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/04/26 13:29:33 UTC

[GitHub] [arrow-datafusion] alamb commented on issue #173: TPC-H Query 21

alamb commented on issue #173:
URL: https://github.com/apache/arrow-datafusion/issues/173#issuecomment-826836265


   Comment from Mike Seddon(MikeSeddonAU) @ 2021-02-08T21:20:20.128+0000:
   <pre>This has been added in https://github.com/apache/arrow/pull/9243 but will require a change like:
   
   substring(c_phone from 1 for 2) 
   to
   substr(c_phone, 1, 2)
   </pre>
   
   Comment from Daniƫl Heres(Dandandan) @ 2021-02-08T21:29:24.069+0000:
   <pre>Very good [~MikeSeddonAU]! I plan to release sqlparser with support for parsing the syntax here: https://github.com/ballista-compute/sqlparser-rs/pull/293 and upgrading DataFusion to use a newer version</pre>
   
   Comment from Mike Seddon(MikeSeddonAU) @ 2021-02-08T21:35:38.374+0000:
   <pre>Great. I will need to get my head around the sqlparser so the rest of the strange ANSI syntax can be implemented like this: 
   
   overlay('Txxxxas' placing 'hom' from 2 for 4)</pre>


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org