Closed GoogleCodeExporter closed 9 years ago
Possibly related to Issue 135
Original comment by thadguidry
on 26 Sep 2010 at 9:49
Thad, if you have some data set where you can consistently reproduce this bug,
please attach it. Thanks.
Original comment by dfhu...@google.com
on 28 Sep 2010 at 4:55
I have attached the simple project used to test that includes the UNDO GREL
statement for reference. This issue was similar to issue 135, I think. Within
the LOC's API, you can change the format=html instead of format=atom or
format=json. The issue reared it's ugly head when I had a typo in my request
string using "?terms=" instead of "?&terms=" missing the ampersand character
and this resulted in over 1200 pages of data that stored into each of the
cells. In other words, a VERY large JSON page stored into each single cell for
the 20 or so rows I was displaying and working with. Still, I've seen this
issue before when working with the partition command on large sets of strings
inside cells (the old NFDC airport data, if I recall, but I dismissed it at the
time since we were driving fast on development).
Original comment by thadguidry
on 28 Sep 2010 at 1:49
Attachments:
We probably need really large json data per cell to get this to show up. We'll
close this issue for now. It's unlikely that anybody will run into it.
Original comment by dfhu...@google.com
on 28 Sep 2010 at 6:06
Original issue reported on code.google.com by
thadguidry
on 26 Sep 2010 at 9:47