iceberg-rust icon indicating copy to clipboard operation
iceberg-rust copied to clipboard

Add sqllogictests for DataFusion `INSERT INTO`

Open CTTY opened this issue 1 month ago • 0 comments

Is your feature request related to a problem or challenge?

As we are close to support INSERT INTO for both partitioned/unpartitioned data (#1827 ). It makes sense to start adding sqllogictests to validate the reading/writing behavior overall

Describe the solution you'd like

For unpartitioned and partitioned table respectively:

  • INSERT INTO TABLE
  • SELECT FROM TABLE (to validate the inserted data)

Willingness to contribute

I can contribute to this feature independently

CTTY avatar Nov 11 '25 06:11 CTTY