Description
If you specify something like:
– This is a comment
add jar jar_path;
select * from my_table;
This fails.
I have created a fix to skip the commented lines.
If you specify something like:
– This is a comment
add jar jar_path;
select * from my_table;
This fails.
I have created a fix to skip the commented lines.