|
102 | 102 | <Compile Include="Network\SockDataToken.cs" />
|
103 | 103 | <Compile Include="Network\SocketFactory.cs" />
|
104 | 104 | <Compile Include="Properties\AssemblyInfo.cs" />
|
| 105 | + <Compile Include="Proxy\ICatalogProxy.cs" /> |
105 | 106 | <Compile Include="Proxy\IDataFrameNaFunctionsProxy.cs" />
|
106 | 107 | <Compile Include="Proxy\IDataFrameProxy.cs" />
|
107 | 108 | <Compile Include="Proxy\IDataFrameReaderProxy.cs" />
|
108 | 109 | <Compile Include="Proxy\IDataFrameWriterProxy.cs" />
|
| 110 | + <Compile Include="Proxy\IDatasetProxy.cs" /> |
109 | 111 | <Compile Include="Proxy\IDStreamProxy.cs" />
|
110 | 112 | <Compile Include="Proxy\IHadoopConfigurationProxy.cs" />
|
| 113 | + <Compile Include="Proxy\Ipc\CatalogIpcProxy.cs" /> |
111 | 114 | <Compile Include="Proxy\Ipc\DataFrameIpcProxy.cs" />
|
112 | 115 | <Compile Include="Proxy\Ipc\DataFrameNaFunctionsIpcProxy.cs" />
|
113 | 116 | <Compile Include="Proxy\Ipc\DataFrameReaderIpcProxy.cs" />
|
114 | 117 | <Compile Include="Proxy\Ipc\DataFrameWriterIpcProxy.cs" />
|
| 118 | + <Compile Include="Proxy\Ipc\DatasetIpcProxy.cs" /> |
115 | 119 | <Compile Include="Proxy\Ipc\DStreamIpcProxy.cs" />
|
116 | 120 | <Compile Include="Proxy\Ipc\HadoopConfigurationIpcProxy.cs" />
|
117 | 121 | <Compile Include="Proxy\Ipc\RDDIpcProxy.cs" />
|
118 | 122 | <Compile Include="Proxy\Ipc\SparkCLRIpcProxy.cs" />
|
| 123 | + <Compile Include="Proxy\Ipc\SparkSessionIpcProxy.cs" /> |
119 | 124 | <Compile Include="Proxy\Ipc\SqlContextIpcProxy.cs" />
|
120 | 125 | <Compile Include="Proxy\Ipc\StatusTrackerIpcProxy.cs" />
|
121 | 126 | <Compile Include="Proxy\Ipc\StreamingContextIpcProxy.cs" />
|
|
125 | 130 | <Compile Include="Proxy\ISparkConfProxy.cs" />
|
126 | 131 | <Compile Include="Proxy\ISparkContextProxy.cs" />
|
127 | 132 | <Compile Include="Proxy\Ipc\SparkConfIpcProxy.cs" />
|
| 133 | + <Compile Include="Proxy\ISparkSessionProxy.cs" /> |
128 | 134 | <Compile Include="Proxy\ISqlContextProxy.cs" />
|
129 | 135 | <Compile Include="Proxy\IStatusTrackerProxy.cs" />
|
130 | 136 | <Compile Include="Proxy\IStreamingContextProxy.cs" />
|
|
134 | 140 | <Compile Include="Services\ILoggerService.cs" />
|
135 | 141 | <Compile Include="Services\Log4NetLoggerService.cs" />
|
136 | 142 | <Compile Include="Services\LoggerServiceFactory.cs" />
|
| 143 | + <Compile Include="Sql\Builder.cs" /> |
| 144 | + <Compile Include="Sql\Catalog.cs" /> |
137 | 145 | <Compile Include="Sql\Column.cs" />
|
138 | 146 | <Compile Include="Sql\DataFrame.cs" />
|
139 | 147 | <Compile Include="Sql\DataFrameNaFunctions.cs" />
|
140 | 148 | <Compile Include="Sql\DataFrameReader.cs" />
|
141 | 149 | <Compile Include="Sql\DataFrameWriter.cs" />
|
| 150 | + <Compile Include="Sql\Dataset.cs" /> |
142 | 151 | <Compile Include="Sql\HiveContext.cs" />
|
143 | 152 | <Compile Include="Sql\PythonSerDe.cs" />
|
144 | 153 | <Compile Include="Sql\RowConstructor.cs" />
|
145 | 154 | <Compile Include="Sql\Row.cs" />
|
146 | 155 | <Compile Include="Sql\Functions.cs" />
|
147 | 156 | <Compile Include="Sql\SaveMode.cs" />
|
| 157 | + <Compile Include="Sql\SparkSession.cs" /> |
148 | 158 | <Compile Include="Sql\SqlContext.cs" />
|
149 | 159 | <Compile Include="Sql\Types.cs" />
|
150 | 160 | <Compile Include="Sql\UserDefinedFunction.cs" />
|
|
0 commit comments