jonahgao opened a new issue, #10737:
URL: https://github.com/apache/datafusion/issues/10737

   ### Describe the bug
   
   It raised an error for such case: 
   > Invalid or Unsupported Configuration: Specify a format for TableOptions
   
   ### To Reproduce
   
   ```sh
   DataFusion CLI v38.0.0
   
   > CREATE EXTERNAL TABLE aggregate_test_100 (
     c1  VARCHAR NOT NULL,
     c2  TINYINT NOT NULL,
     c3  SMALLINT NOT NULL,
     c4  SMALLINT,
     c5  INT,
     c6  BIGINT NOT NULL,
     c7  SMALLINT NOT NULL,
     c8  INT NOT NULL,
     c9  BIGINT UNSIGNED NOT NULL,
     c10 VARCHAR NOT NULL,
     c11 FLOAT NOT NULL,
     c12 DOUBLE NOT NULL,
     c13 VARCHAR NOT NULL
   )
   STORED AS csv
   LOCATION '../testing/data/csv/aggregate_test_100.csv'
   OPTIONS('format.has_header' 'true');
   
   Invalid or Unsupported Configuration: Specify a format for TableOptions
   ```
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to