When you say translate, do you mean to have the query translated by magic somehow? Are there constraints you didn't mention?
Without more context it might be a bit hard to avoid answering with obvious answers like using a text editor or by putting symbolic paths in your file system, but presumably, you have tried these. On Sat, Apr 23, 2016 at 11:09 AM, Rahul Raj <rajra...@gmail.com> wrote: > Yes. We have introduced some bookkeeping functionality and is backed by > drill. > On Apr 23, 2016 12:12, "Julian Hyde" <jh...@apache.org> wrote: > > > Are you running Drill by any chance? That syntax looks similar to Drill’s > > syntax for querying files. > > > > > On Apr 22, 2016, at 8:27 PM, Rahul Raj <rajra...@gmail.com> wrote: > > > > > > Asking for help in this group as I could not figure out much from the > > > examples provided. > > > > > > I need to translate a query like: 'select * from /path/to/my_table' to > > > > > > 'select * from /path/to/mount/my_table', where the query could be any > > valid > > > sql. > > > > > > Rahul > > > > >