microsoft / masc

Microsoft's contributions for Spark with Apache Accumulo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evaluate performance improvement by using SupportsWriteInternalRow

eisber opened this issue · comments

From the api docs:

A mix-in interface for DataSourceWriter. Data source writers can implement this interface to write InternalRow directly and avoid the row conversion at Spark side. This is an experimental and unstable interface, as InternalRow is not public and may get changed in the future Spark versions.