I have the following code which create a DataFrame and write it to Phoenix:
val df = Seq("A", "A").toDF("COL1") val phoenixOptio