This is an automated email from the ASF dual-hosted git repository.
alsuliman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git
The following commit(s) were added to refs/heads/master by this push:
new 6aa1b1387b [NO ISSUE][TEST] Fix Avro HDFS test
6aa1b1387b is described below
commit 6aa1b1387b773b33461bb1afd4b9aeae0213ff57
Author: Ian Maxon <[email protected]>
AuthorDate: Tue Dec 17 18:37:05 2024 -0800
[NO ISSUE][TEST] Fix Avro HDFS test
Change-Id: I03b5edfbc304cdb9f36e2b382050781821c14753
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19213
Reviewed-by: Ali Alsuliman <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
---
.../common/avro/avro-types/avro-union/avro-union.01.ddl.sqlpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/external-dataset/common/avro/avro-types/avro-union/avro-union.01.ddl.sqlpp
b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/external-dataset/common/avro/avro-types/avro-union/avro-union.01.ddl.sqlpp
index 4159f0e75e..1b97979688 100644
---
a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/external-dataset/common/avro/avro-types/avro-union/avro-union.01.ddl.sqlpp
+++
b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/external-dataset/common/avro/avro-types/avro-union/avro-union.01.ddl.sqlpp
@@ -43,8 +43,9 @@ CREATE EXTERNAL DATASET AvroDataset(AvroType) USING %adapter%
CREATE EXTERNAL DATASET AvroDataset2(AvroType) USING %adapter%
(
%template%,
+ %additional_Properties%,
("container"="playground"),
- ("definition"="avro-data/reviews"),
+ ("definition"="%path_prefix%avro-data/reviews"),
("include"="*partition_heterogeneous.avro"),
("format" = "avro")
);