FelixYBW opened a new issue, #12693:
URL: https://github.com/apache/gluten/issues/12693

   ### Backend
   
   VL (Velox)
   
   ### Bug description
   
   ```python
   spark.sql('''
   CALL spark_catalog.system.register_table(
     table => 'tpcds_sf10000.web_site',
     metadata_file => 
's3://perf/072326/web_site/metadata/00006-1c62dede-52e1-460c-8fe3-0a218955660f.metadata.json'
     )'''
   )
   ```
   
   error:
   ```
   ParseException: 
   [PARSE_SYNTAX_ERROR] Syntax error at or near 'CALL'.(line 1, pos 0)
   
   == SQL ==
   CALL spark_catalog.system.register_table(
   ^^^
     table => 'tpcds_sf10000_parquet_zstd_part_248_20260623_072326.call_center',
     metadata_file => 
's3://perf-pipeline-ice-east1/sk/10tb_248_20260623_072326/aws_tpcds_ice_sf10000_part_248_20260623_072326/call_center/metadata/00008-2570f299-d610-4262-ace2-01b2803022e3.metadata.json'
   )
   
   ```
   
   Odd issue
   
   ### Gluten version
   
   _No response_
   
   ### Spark version
   
   None
   
   ### Spark configurations
   
   _No response_
   
   ### System information
   
   _No response_
   
   ### Relevant logs
   
   ```bash
   
   ```


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