paimon icon indicating copy to clipboard operation
paimon copied to clipboard

[FLINK-31190] Supports Spark call procedure command on Table Store

Open SteNicholas opened this issue 2 years ago • 2 comments

At present Hudi and Iceberg supports the Spark call procedure command to execute the table service action etc. Flink Table Store could also support Spark call procedure command to run compaction etc.

The brief change log

  • Introduces TableStoreSparkSessionExtensions to extends the syntax and adds the rules of SparkSessionExtensions, including the CALL statement.

SteNicholas avatar Mar 05 '23 15:03 SteNicholas

Wow~ Thanks @SteNicholas for your contribution!

JingsongLi avatar Mar 05 '23 15:03 JingsongLi

Can we just implement a CALL procedure for validation? Maybe we can create a DropPartition procedure.

JingsongLi avatar Mar 06 '23 07:03 JingsongLi