Home / 4.0.8
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2019-11-17 1.7 kB
Release version 4.0.8.tar.gz 2019-11-17 54.9 MB
Release version 4.0.8.zip 2019-11-17 55.2 MB
Totals: 3 Items   110.0 MB 0

Future DSL

  • Tables: added load files as single package, user code before and after bulk load
  • Hive: added bulkLoadCsv method to hiveTable
  • Impala: added support Impala database objects (read and write without bulk load)
  • Firebird: added support Firebird database objects (read and write without bulk load)

Future GETL

  • getl.impala.*: Impala DBMS support added
  • getl.vertica.VerticaTable: added option "abortOnError" to "bulkLoadOpts"
  • getl.data.Dataset: added automatic transaction management when uploading files to a table
  • getl.data.Dataset: added support for working with external tables in the DBMS
  • getl.hive.HiveDriver: added support for bulk loading files in one package (loadAsPackage option)
  • getl.jdbc.TableDatase: added automatic transaction management for "deleteRows" method
  • getl.vertica.VerticaDriver: added support for bulk loading files in one package (loadAsPackage option)
  • getl.firebird.*: added support RDBMS Firebird objects
  • getl.csv.CSVDataset: added option "avaibleAfterWrite" to "writeOpts", which allows you to immediately make a file partition available when it ends its writing and another partition begins to be written

Fixed bugs GETL

  • getl.hive.HiveDriver: fixed the error of generating DML queries, where for correct operation it is required to lower the field names to lower case
  • getl.hive.HiveDriver: bugs fixed in bulkLoad method
  • getl.vertica.VerticaDriver: fixed error bulk loading csv files with escape mode turned off, where "\" is found at the end of the value for text fields
  • getl.netezza.NetezzaDriver: fixed bug for limit and offset read options
  • getl.jdbc.SQLScripter: fixed script parsing error when "$" was in the variable values
Source: README.md, updated 2019-11-17