MCPcopy Create free account
hub / github.com/ddf-project/DDF / createTableSmiths2

Method createTableSmiths2

spark/src/test/java/io/ddf/spark/BaseTest.java:64–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 public void createTableSmiths2() throws DDFException {
65 manager.sql("drop table if exists smiths2", "SparkSQL");
66
67 manager.sql("create table smiths2 (subject string, variable string, value double) "
68 + "ROW FORMAT DELIMITED FIELDS TERMINATED BY ','", "SparkSQL");
69
70 manager.sql("load data local inpath '../resources/test/smiths2' into table smiths2", "SparkSQL");
71
72 }
73
74 public void createTableAirlineWithNA() throws DDFException {
75 manager.sql("drop table if exists airline", "SparkSQL");

Callers 1

testSummaryMethod · 0.80

Calls 1

sqlMethod · 0.65

Tested by

no test coverage detected