RE: SQL for Avro GenericRecords on Parquet

2019-11-18 Thread Hanan Yehudai
recordType_ from ParquetTable where id > 22 "); DataSet result = batchTableEnvironment.toDataSet(tab, Row.class); result.print(); } } From: Peter Huang Sent: Monday, November 18, 2019 7:22 PM To: dev Cc: u...@flink.apache.org Subject: Re: SQL for Avro Gener

SQL for Avro GenericRecords on Parquet

2019-11-18 Thread Hanan Yehudai
I have tried to persist Generic Avro records in a parquet file and then read it via ParquetTablesource – using SQL. Seems that the SQL I not executed properly ! The persisted records are : Id , type 333,Type1 22,Type2 333,Type1 22,Type2 333,Type1 22,Type2 333,Type1 2

FLIP-24 / SQL GW

2019-09-16 Thread Hanan Yehudai
Flip – 24 mentions SQL GW in the roadmap . is there any progress on this path ? is something planned for 1.10 / 2.0 ?

RE: SQL CLI and JDBC

2019-04-16 Thread Hanan Yehudai
ssage size of RPC calls. For even larger results, it might even crash the JM. You would need a robust mechanism to collect results from multiple TMs. Best, Fabian Am So., 14. Apr. 2019 um 09:28 Uhr schrieb Hanan Yehudai < hanan.yehu...@radcom.com>: > Fabian , looking at the respon

RE: SQL CLI and JDBC

2019-04-14 Thread Hanan Yehudai
rt to retract or update result rows that were emitted before. Best, Fabian Am So., 7. Apr. 2019 um 11:31 Uhr schrieb Hanan Yehudai < hanan.yehu...@radcom.com>: > I didn’t see any docs on this - is there a JDBC Driver that allows > the same functionalities as the SQL CLI ? > If not , is it on the roadmap ? > >

SQL CLI and JDBC

2019-04-07 Thread Hanan Yehudai
I didn’t see any docs on this - is there a JDBC Driver that allows the same functionalities as the SQL CLI ? If not , is it on the roadmap ?