You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add VortexFormatFactory to the datafusion integration (#2159)
A piece of the `FileFormat` API, used to if we want to create a
DataFusion session and execute DDL statements like:
```sql
CREATE EXTERNAL TABLE tbl
STORED AS VORTEX
LOCATION '/path/to/data';"
```
0 commit comments