SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 63777: SAS® Viya® incorrectly stores Impala tables as text rather than using the specified Parquet format

DetailsHotfixAboutRate It

SAS® Data Connector to Impala for SAS Viya incorrectly stores tables as text rather than using the Parquet compression. Sample code that should be stored using the Parquet compression is shown here:

caslib prqt datasource=(
                        srctype = 'impala'
                        server = 'myserver.com'
                        port = #####
                        impala_dsn = 'your-dsn'
                        schema = 'your-schema'
                        dbCreateTableOpts = 'stored as parquet'
                );

proc cas;
      save caslib="prqt"
           name="TESTE_PARQUET_1"
      table={caslib="CASUSER", name="your-table"}
      replace=true
      options={dbCreateTableOpts="stored as parquet"};
quit;

When you run this code, it is incorrectly stored as text.

Click the Hot Fix tab in this note for a link to instructions about accessing and applying the software update.



Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemSAS Data Connector to ImpalaLinux for x64Viya
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.