We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c0fbe commit 0ac7cbfCopy full SHA for 0ac7cbf
python/multicorn/testfdw.py
@@ -65,6 +65,8 @@ def _as_generator(self, quals, columns):
65
[column_name, column_name],
66
[next(random_thing), '{some value, \\" 2}'],
67
[index, '%s,"%s"' % (column_name, index)]]
68
+ elif self.test_type == 'float':
69
+ line[column_name] = 1. / float(next(random_thing))
70
else:
71
line[column_name] = '%s %s %s' % (column_name,
72
next(random_thing),
0 commit comments