| Class | Description |
|---|---|
| BaseCsvTest | |
| TestCsvHeader | |
| TestCsvIgnoreHeaders | |
| TestCsvTableProperties |
Test table properties with the compliant text reader.
|
| TestCsvWithHeaders |
Sanity test of CSV files with headers.
|
| TestCsvWithoutHeaders |
Test behavior of the text (CSV) reader for files without headers
and without an external schema.
|
| TestCsvWithSchema |
Test the schema mechanism in the context of a simple CSV tables.
|
| TestHeaderBuilder |
Test the mechanism that builds column names from a set of CSV
headers.
|
| TestPartitionRace |
Demonstrates a race condition inherent in the way that partition
columns are currently implemented.
|
| TestTextColumn | |
| TestTextReader | |
| TextCsvWithoutHeadersWithSchema |
Tests the combination of a CSV file without headers, but with a
provided schema.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.