Zach Amsden has uploaded this change for review. ( http://gerrit.cloudera.org:8080/9525
Change subject: IMPALA-6389: Make '\0' delimited text files work ...................................................................... IMPALA-6389: Make '\0' delimited text files work This is conflated a bit with the support work required to get MySQL to run in the mini-cluster to support HMS, as Postgresql simply rejects these table creations outright. The basic idea is to specialize the class on whether row/tuple delimiters are actually used, as the use case for sequence and text files is quite different. Unfortunately, that came out a bit more ugly than I would have liked, as the class template parameter infected all definitions. Testing: Created a zero delimited table as described in the JIRA, ran select * from tab_separated on the table. Change-Id: I4b6f38cbe3f1036f60efd31a31d82d0cd8f3d2a8 --- M be/src/exec/delimited-text-parser.cc M be/src/exec/delimited-text-parser.h M be/src/exec/delimited-text-parser.inline.h M be/src/exec/hdfs-sequence-scanner.cc M be/src/exec/hdfs-sequence-scanner.h M be/src/exec/hdfs-text-scanner.cc M be/src/exec/hdfs-text-scanner.h M bin/create-test-configuration.sh M bin/impala-config.sh M buildall.sh M fe/pom.xml M testdata/bin/run-sentry-service.sh 12 files changed, 136 insertions(+), 41 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/25/9525/1 -- To view, visit http://gerrit.cloudera.org:8080/9525 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I4b6f38cbe3f1036f60efd31a31d82d0cd8f3d2a8 Gerrit-Change-Number: 9525 Gerrit-PatchSet: 1 Gerrit-Owner: Zach Amsden <[email protected]>
