This is an automated email from the ASF dual-hosted git repository.
arina pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git.
from 9c62bf1 DRILL-7350: Move RowSet related classes from test folder
new ef93515 DRILL-7156: Support empty Parquet files creation
new b44b712 DRILL-7356: Introduce session options for the Drill Metastore
new ffab527 DRILL-7326: Support repeated lists for CTAS parquet format
new 305f040 DRILL-7339: Iceberg commit upgrade and Metastore tests
categorization
new b9a61b0 DRILL-7222: Visualize estimated and actual row counts for a
query
new 31a4199 DRILL-7353: Wrong driver class is written to the
java.sql.Driver
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../{JdbcTest.java => MetastoreTest.java} | 4 +-
.../codegen/templates/EventBasedRecordWriter.java | 13 ++
.../templates/ParquetOutputRecordWriter.java | 107 +++++++++-
.../java/org/apache/drill/exec/ExecConstants.java | 65 ++++++
.../exec/server/options/SystemOptionManager.java | 9 +-
.../exec/server/rest/profile/HtmlAttribute.java | 2 +
.../exec/server/rest/profile/OperatorWrapper.java | 8 +-
.../exec/server/rest/profile/ProfileWrapper.java | 6 +
.../exec/store/parquet/ParquetRecordWriter.java | 231 +++++++++++++++++----
.../java-exec/src/main/resources/drill-module.conf | 11 +-
.../src/main/resources/rest/profile/profile.ftl | 64 +++++-
.../physical/impl/writer/TestParquetWriter.java | 108 +++++++---
.../impl/writer/TestParquetWriterEmptyFiles.java | 123 +++++++++--
.../resources/jsoninput/repeated_list_of_maps.json | 2 +
exec/jdbc-all/pom.xml | 16 ++
.../org/apache/drill/jdbc/ITTestShadedJar.java | 28 ++-
metastore/iceberg-metastore/pom.xml | 2 +-
.../drill/metastore/iceberg/IcebergBaseTest.java | 3 +
.../components/tables/TestBasicTablesRequests.java | 3 +
.../tables/TestBasicTablesTransformer.java | 3 +
.../components/tables/TestMetastoreTableInfo.java | 3 +
.../tables/TestTableMetadataUnitConversion.java | 3 +
.../metastore/metadata/MetadataSerDeTest.java | 3 +
23 files changed, 706 insertions(+), 111 deletions(-)
copy common/src/test/java/org/apache/drill/categories/{JdbcTest.java =>
MetastoreTest.java} (93%)
create mode 100644
exec/java-exec/src/test/resources/jsoninput/repeated_list_of_maps.json