You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Liya Fan (Jira)" <ji...@apache.org> on 2020/02/13 05:59:00 UTC

[jira] [Created] (CALCITE-3790) Make the URL of FileSource available

Liya Fan created CALCITE-3790:
---------------------------------

             Summary: Make the URL of FileSource available
                 Key: CALCITE-3790
                 URL: https://issues.apache.org/jira/browse/CALCITE-3790
             Project: Calcite
          Issue Type: Bug
          Components: core
            Reporter: Liya Fan


When a FileSource is constructed with only a File object, its URL is left null. This makes it inconvenient for some scenarios where a valid URL is required.

This can be resolved, as each file in the local file system corresponds to a file URL, and we fix it by converting a file object to a file URL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)